There are several admin directories called admin_2_13 and admin_2_5 (or something like this, I am not looking at the code right now).
choose the dircetory that is relevant to the version of autoconf on your system, and symlink it to admin. Alternatively, grab the admin dircetory from your kde install (I can't remember exactly where it is - type `locate admin` and find a directory, probably in /usr/share/apps somewhere. once you have the admin directory setup, type : make -f admin/Makefile.common. This will generate the build system for your machine. Second step is to ./configure. Add the prefix option as follows so kdenlie is installed in the correct place. ./configure --prefix=`kde-config --prefix` (note the backticks there). Finally, make, make install. Cheers, Jason -----Original Message----- From: kdenlive-devel-admin at lists.sourceforge.net on behalf of Jean-Michel POURE Sent: Tue 9/21/2004 11:26 AM To: kdenlive-devel at lists.sourceforge.net Cc: Subject: [Kdenlive-devel] Compiling Kdenlive from CVS Dear all, I have been trying to use Kdenlive and Piave binaries many times, without success. Now, I would like to compile from CVS to start looking at the Kdenlive code. How can I compile from CVS? There does not seem to be any configuration script in CVS. Furthermore, when I try to autoconf, nothing happens. Also, the admin directory seems to be symlink, which is not stored in CVS by definition. Can you explain us how to compile from CVS? Kind regards, Jean-Michel ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Kdenlive-devel mailing list Kdenlive-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kdenlive-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 3693 bytes Desc: not available URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20040921/451f3b93/attachment.bin>
