On Monday 19 November 2007 00:40:53 espinosa_cz wrote: > I will look at it tomorrow. But I cannot see much challenge here. It is > still ./configure & make & make install isn't it?
No. Unfortunately, the build system is rather different now. To compile, you must do: cmake . & make & make install No more configure file, no more Makefiles. All the build configuration is done in the CMakeLists.txt files. You can find some good documentation at: http://cmake.org/HTML/Documentation.html Maybe the Kdenlive build system needs some changes for the script to work, let me know if you have problems. regards jb
