Home | History | Annotate | Download | only in docs

Lines Matching full:cmake

203 ## Building the library with cmake
205 Install cmake: http://www.cmake.org/
211 cmake ..
212 cmake --build .
218 cmake -DCMAKE_INSTALL_PREFIX="/usr/lib" -DCMAKE_BUILD_TYPE="Release" ..
219 cmake --build . --config Release
220 sudo cmake --build . --target install --config Release
226 cmake -DCMAKE_BUILD_TYPE=Release ..
235 sudo apt-get install kdevelop cmake git subversion