]> Dogcows Code - chaz/yoink/blobdiff - yajl/BUILDING
new classes; yajl library
[chaz/yoink] / yajl / BUILDING
diff --git a/yajl/BUILDING b/yajl/BUILDING
new file mode 100644 (file)
index 0000000..74589e1
--- /dev/null
@@ -0,0 +1,19 @@
+Short story (If you already have ruby and cmake):
+
+./configure && make install
+
+When things go wrong:
+
+attain CMake (http://www.cmake.org) and ruby (http://ruby-lang.org) and
+try again.
+
+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
This page took 0.02114 seconds and 4 git commands to generate.