瀏覽代碼

Added `Building xml.c` README section

master
ooxi 12 年之前
父節點
當前提交
351bbe28d6
共有 1 個檔案被更改,包括 14 行新增0 行删除
  1. +14
    -0
      README.md

+ 14
- 0
README.md 查看文件

@@ -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…
取消
儲存