[BACK]Return to CMake.README CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / expat / dist

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/expat/dist/CMake.README between version 1.1.1.1 and 1.1.1.1.12.2

version 1.1.1.1, 2012/04/06 10:23:06 version 1.1.1.1.12.2, 2017/02/19 04:53:23
Line 3 
Line 3 
 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual  The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual
 Studio) and should work on all other platform cmake supports.  Studio) and should work on all other platform cmake supports.
   
 Assuming ~/expat-2.1.0 is the source directory of expat, add a subdirectory  Assuming ~/expat-2.2.0 is the source directory of expat, add a subdirectory
 build and change into that directory:  build and change into that directory:
 ~/expat-2.1.0$ mkdir build && cd build  ~/expat-2.2.0$ mkdir build && cd build
 ~/expat-2.1.0/build$  ~/expat-2.2.0/build$
   
 From that directory, call cmake first, then call make, make test and  From that directory, call cmake first, then call make, make test and
 make install in the usual way:  make install in the usual way:
 ~/expat-2.1.0/build$ cmake ..  ~/expat-2.2.0/build$ cmake ..
 -- The C compiler identification is GNU  -- The C compiler identification is GNU
 -- The CXX compiler identification is GNU  -- The CXX compiler identification is GNU
 ....  ....
 -- Configuring done  -- Configuring done
 -- Generating done  -- Generating done
 -- Build files have been written to: /home/patrick/expat-2.1.0/build  -- Build files have been written to: /home/patrick/expat-2.2.0/build
   
 If you want to specify the install location for your files, append  If you want to specify the install location for your files, append
 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.  -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.
   
 ~/expat-2.1.0/build$ make && make test && make install  ~/expat-2.2.0/build$ make && make test && make install
 Scanning dependencies of target expat  Scanning dependencies of target expat
 [  5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o  [  5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o
 [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o  [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.12.2

CVSweb <webmaster@jp.NetBSD.org>