Merge branch 'tizen_base' into tizen
[platform/upstream/expat.git] / CMake.README
old mode 100755 (executable)
new mode 100644 (file)
index 0b081ee..6ec025b
@@ -3,25 +3,25 @@
 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual \r
 Studio) and should work on all other platform cmake supports.\r
 \r
-Assuming ~/expat-2.1.1 is the source directory of expat, add a subdirectory\r
+Assuming ~/expat-2.2.5 is the source directory of expat, add a subdirectory\r
 build and change into that directory:\r
-~/expat-2.1.1$ mkdir build && cd build\r
-~/expat-2.1.1/build$\r
+~/expat-2.2.5$ mkdir build && cd build\r
+~/expat-2.2.5/build$\r
 \r
 From that directory, call cmake first, then call make, make test and \r
 make install in the usual way:\r
-~/expat-2.1.1/build$ cmake ..\r
+~/expat-2.2.5/build$ cmake ..\r
 -- The C compiler identification is GNU\r
 -- The CXX compiler identification is GNU\r
 ....\r
 -- Configuring done\r
 -- Generating done\r
--- Build files have been written to: /home/patrick/expat-2.1.1/build\r
+-- Build files have been written to: /home/patrick/expat-2.2.5/build\r
 \r
 If you want to specify the install location for your files, append \r
 -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call.\r
 \r
-~/expat-2.1.1/build$ make && make test && make install\r
+~/expat-2.2.5/build$ make && make test && make install\r
 Scanning dependencies of target expat\r
 [  5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o\r
 [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o\r