On Thursday 19 May 2016 22:07:04 deloptes wrote: [...]
Hi all, I still feel misunderstood. Let me describe in more detail the situation I have. This is the procedure I used for tdevelop and tdelibs. And this same procedure does not work for tdepim.
First of all let me clear that I do not want to build a package. I just want to have a normal build (make) - that's it.
- git clone http://system@scm.trinitydesktop.org/scm/git/tdepim
- cd tdepim
- git submodule update cmake
Submodule path 'cmake' not initialized Maybe you want to use 'update --init'? 4. mkdir testbuild 5. cd testbuild 6. cmake .. 7. make
[...]
I think you did not passed any arguments to cmake command. The correct command should be something like this:
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/kdelibs -DBUILD_ALL=ON -DWITH_ALL_FEATURES=ON