aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarsten Bormann <cabo@tzi.org>2015-04-03 00:15:53 +0200
committerCarsten Bormann <cabo@tzi.org>2015-04-03 00:15:53 +0200
commit8bffb27aa86c5307017b04205b3539befae9cb22 (patch)
tree034218f88ab227430eb4be958e84751f8f48b7ca /README.md
parentbca0126c79a908ee7afe198f7ce22d3f90439f3c (diff)
parentf8e26e3e4061bee87ff24fd3b4d1bf00a1096998 (diff)
downloadcn-cbor-8bffb27aa86c5307017b04205b3539befae9cb22.tar.gz
Merge branch 'spudlib-merge' of https://github.com/hildjj/cn-cbor into hildjj-spudlib-merge
# Conflicts: # README.md # cn-manip.c # include/cn-cbor/cn-cbor.h # src/cn-get.c # src/cn-manip.c
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2230b04..67913d9 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,14 @@ changes, in order to get even closer to 0.5 KiB, but I ran out of
time. So here it is. If I do get around to making these changes, the
API will indeed change a bit, so please be forewarned.
+## Building
+
There is a `Simple-Makefile` for playing around, as well as a complete
[`cmake`](http://www.cmake.org)-based build environment.
(You can choose what fits your needs better.)
+Building with `cmake`:
+
+ ./build.sh
+
License: MIT