libdiscord

libdiscord.git
git clone git://git.lenczewski.org/libdiscord.git
Log | Files | Refs | README | LICENSE

README (446B)


      1 libdiscord
      2 ==============================================================================
      3 A simple discord library, written in C11.
      4 
      5 libdiscord: Building
      6 ------------------------------------------------------------------------------
      7 To build, simply run `./build.sh`. Similarly, to clean, run `./clean.sh`.
      8 
      9 To build with the "-Werror" compiler argument, run `WERROR=1 ./build.sh`.
     10 
     11 To build extra test programs, run `BUILD_EXTRAS=1 ./build.sh`.