blob: 167efa06e2d3052dbb077f94287261ce893ce8f8 [file] [log] [blame]
Thiago Macieira60f164f2017-03-14 14:21:15 -07001Concise Binary Object Representation (CBOR) Library
2---------------------------------------------------
3
4To build TinyCBOR:
5
6 make
7
8If you want to change the compiler or pass extra compiler flags:
9
10 make CC=clang CFLAGS="-m32 -Oz" LDFLAGS="-m32"
11
Erich Keanea2dab2c2017-12-06 16:45:24 -080012Documentation: https://intel.github.io/tinycbor/current/
Thiago Macieira60f164f2017-03-14 14:21:15 -070013