X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=yajl%2FBUILDING;fp=yajl%2FBUILDING;h=74589e11275029de6b8c0aa88d50a231df9ea686;hb=79b5f738f2e38acb60cda7e09f54802933a17105;hp=0000000000000000000000000000000000000000;hpb=a891a2dcbbb63d9e771da6efff00a33da614e737;p=chaz%2Fyoink diff --git a/yajl/BUILDING b/yajl/BUILDING new file mode 100644 index 0000000..74589e1 --- /dev/null +++ b/yajl/BUILDING @@ -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