Guy Rutenberg

Keeping track of what I do

Archive for the ‘KDevelop’ tag

Convert KDevelop’s Source Archive to Source Package

without comments

I use KDevelop as my main IDE and I’m pretty satisfied. KDevelop can create a source archive of the project’s source code automatically for you which simplifies the distribution of the project. Unfortunately the archive created isn’t ready for distribution. The user can’t just run ./configure ; make as he needs to run all the automake tools before. Not ideal for distributing. So you need to convert this source archive to a source package which is ready for the user to compile immediately

Read the rest of this entry »

Written by Guy

July 26th, 2007 at 8:43 pm

Posted in Projects, Python

Tagged with