KDb/Build: Difference between revisions
< KDb
(Created page with 'For your convenience, [https://projects.kde.org/projects/playground/libs/predicate/repository/revisions/master/changes/tools/cmakepredicate.sh '''cmakepredicate.sh'''] script has...') |
No edit summary |
||
Line 5: | Line 5: | ||
Download Predicate source code as explained on the [[../Download|Download]] page. The root directory of the source code will be referred as {predicate-source-dir}. Then use these shell commands: | Download Predicate source code as explained on the [[../Download|Download]] page. The root directory of the source code will be referred as {predicate-source-dir}. Then use these shell commands: | ||
mkdir {predicate-build-dir} | mkdir {predicate-build-dir} | ||
ou can set $PREDICATE_INSTALL_PREFIX environment. | |||
Better pick your {predicate-build-dir} outside of the source code. | Better pick your {predicate-build-dir} outside of the source code. |
Revision as of 12:35, 19 December 2010
For your convenience, cmakepredicate.sh script has been prepared with default configuration settings. You can find it in tools/ subdirectory of the source code.
Use it as follows:
Download Predicate source code as explained on the Download page. The root directory of the source code will be referred as {predicate-source-dir}. Then use these shell commands:
mkdir {predicate-build-dir}
ou can set $PREDICATE_INSTALL_PREFIX environment.
Better pick your {predicate-build-dir} outside of the source code.
cd {predicate-build-dir} {predicate-source-dir}/tools/cmakepredicate.sh {predicate-source-dir}
You need to type the above command only once, to configure the cmake-based buildsystem. Then just type:
make make install