summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-17 08:29:44 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-07-17 08:29:44 +0000
commitd55329340828a736777056f49afd21cb67e2b6b8 (patch)
tree953404ee8bd3fabe645e17e866b17436835347ee /BUILDING
downloadyajl-d55329340828a736777056f49afd21cb67e2b6b8.tar.gz
move all files to trunk.
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@60 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING9
1 files changed, 9 insertions, 0 deletions
diff --git a/BUILDING b/BUILDING
new file mode 100644
index 0000000..873f607
--- /dev/null
+++ b/BUILDING
@@ -0,0 +1,9 @@
+CMake (http://www.cmake.org) is used to build yajl. Steps to build are:
+
+1. attain cmake (tested against cmake 2.4.5 and 2.4.6
+2. mkdir build
+3. cd build
+4. cmake ..
+5. make
+
+build output is left in dist/