X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=CMake.README;h=6ec025b91093a48434297fc1395b158dbf1c51a6;hb=HEAD;hp=4db6399c19139ed9b9f5192d3df6d52bd5ca77a6;hpb=af75bf757ba737f0f57b5cdd39593e6809cf6d14;p=platform%2Fupstream%2Fexpat.git diff --git a/CMake.README b/CMake.README old mode 100755 new mode 100644 index 4db6399..6ec025b --- a/CMake.README +++ b/CMake.README @@ -3,25 +3,25 @@ The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual 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.5 is the source directory of expat, add a subdirectory build and change into that directory: -~/expat-2.1.0$ mkdir build && cd build -~/expat-2.1.0/build$ +~/expat-2.2.5$ mkdir build && cd build +~/expat-2.2.5/build$ From that directory, call cmake first, then call make, make test and make install in the usual way: -~/expat-2.1.0/build$ cmake .. +~/expat-2.2.5/build$ cmake .. -- The C compiler identification is GNU -- The CXX compiler identification is GNU .... -- Configuring 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.5/build If you want to specify the install location for your files, append -DCMAKE_INSTALL_PREFIX=/your/install/path to the cmake call. -~/expat-2.1.0/build$ make && make test && make install +~/expat-2.2.5/build$ make && make test && make install Scanning dependencies of target expat [ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o [ 11%] Building C object CMakeFiles/expat.dir/lib/xmlrole.c.o