Sfoglia il codice sorgente

Added `Building xml.c` README section

master
ooxi 12 anni fa
parent
commit
351bbe28d6
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  1. +14
    -0
      README.md

+ 14
- 0
README.md Vedi 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
-----



Caricamento…
Annulla
Salva