summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2013-11-17 11:37:08 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2013-11-17 11:37:08 -0800
commit7102ddbc42b908121723432ee99917e741964805 (patch)
tree5ed8d244a4b66c4db94991e6f6b00f4b1cf67f6a /README.md
parent68e72f92c01b5b02ab7c2df323c449e14dd8f9ea (diff)
downloadffi-yajl-7102ddbc42b908121723432ee99917e741964805.tar.gz
add build note
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1dd823c..de3ee4c 100644
--- a/README.md
+++ b/README.md
@@ -8,3 +8,7 @@ FIXME:
* curl'ing yajl2 sources down is certainly going to offend someone
(starting to think i don't really care though)
+BUILD NOTES:
+ - building libyajl2 requires 'apt-get install cmake' on ubuntu, but note
+ that 'apt-get install libyajl2' will be better
+