Lines Matching +full:- +full:dcmake_install_prefix
6 Assuming ~/expat-2.2.6 is the source directory of expat, add a subdirectory
8 ~/expat-2.2.6$ mkdir build && cd build
9 ~/expat-2.2.6/build$
13 ~/expat-2.2.6/build$ cmake ..
14 -- The C compiler identification is GNU
15 -- The CXX compiler identification is GNU
17 -- Configuring done
18 -- Generating done
19 -- Build files have been written to: /home/patrick/expat-2.2.6/build
22 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
24 ~/expat-2.2.6/build$ make && make test && make install
29 -- Installing: /usr/local/lib/pkgconfig/expat.pc
30 -- Installing: /usr/local/bin/xmlwf
31 -- Installing: /usr/local/share/man/man1/xmlwf.1
39 cmake .. -G "Visual Studio 10" && vcexpress expat.sln
41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install