Browse Source

Added `Building xml.c` README section

master
ooxi 12 years ago
parent
commit
351bbe28d6
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      README.md

+ 14
- 0
README.md View File

@@ -19,6 +19,20 @@ If you prefer formal releases, check out the [release tags](https://github.com/o
[Prebuild binaries](https://github.com/ooxi/xml.c/downloads) are also available.


Building xml.c
--------------

Since xml.c uses [CMake](http://www.cmake.org/), building the library is fairly
easy

$ git clone https://github.com/ooxi/xml.c.git xml.c
$ mkdir xml.c/build; cd xml.c/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ make && ./test-xml

If you need a debug build, specify `CMAKE_BUILD_TYPE` as `Debug` and rebuild.


Usage
-----



Loading…
Cancel
Save