summaryrefslogtreecommitdiff
path: root/BUILDING
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-12-22 14:19:11 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-12-22 14:19:11 +0000
commite9398549b47f9a0bf88e65a894c03eb669eea19f (patch)
treeb9bc061769e5b9306e93a94d14befa117801a9c5 /BUILDING
parent8aed20e97375cd1e1adf8e8692f1b9fab7032111 (diff)
downloadyajl-e9398549b47f9a0bf88e65a894c03eb669eea19f.tar.gz
update build documentation
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@88 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'BUILDING')
-rw-r--r--BUILDING12
1 files changed, 9 insertions, 3 deletions
diff --git a/BUILDING b/BUILDING
index 783386a..74589e1 100644
--- a/BUILDING
+++ b/BUILDING
@@ -4,10 +4,16 @@ Short story (If you already have ruby and cmake):
When things go wrong:
-CMake (http://www.cmake.org) is used to build yajl, and a small configure
-ruby script is provided to emulate an autotools environment.
+attain CMake (http://www.cmake.org) and ruby (http://ruby-lang.org) and
+try again.
-1. attain cmake (tested against cmake 2.4.5 and 2.4.6)
+OR, attain CMake and build by hand:
+
+1. mkdir build
+2. cd build
+3. cmake ..
+4. make
+5. build output left in yajl-X.Y.Z
best,
lloyd