Lines Matching refs:expat
1 == How to build expat with cmake (experimental) ==
3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
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 ..
19 -- Build files have been written to: /home/patrick/expat-2.2.6/build
24 ~/expat-2.2.6/build$ make && make test && make install
25 Scanning dependencies of target expat
26 [ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
27 [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o
29 -- Installing: /usr/local/lib/pkgconfig/expat.pc
39 cmake .. -G "Visual Studio 10" && vcexpress expat.sln
41 cmake .. -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX=D:\expat-install