exporting project

Tobias Erbsland drzoom at profzone.ch
Wed Feb 16 16:05:18 GMT 2000


> I want to collaborate on my project.  What is the procedure to export
> the project so another can use kdevelop to continue development?

I used for my projects this method: Go to the projectdir and type...

  make distclean

after this you can create a tarball.

  cd ..
  tar -cvzf project.tar.gz projectdir

The problem of the exported project, i think, are the absolute paths in
the .kdevprj file. 

Tobias





More information about the KDevelop mailing list