]> Dogcows Code - chaz/yoink/blob - yajl/BUILDING
no more useless singleton class
[chaz/yoink] / yajl / BUILDING
1 Short story (If you already have ruby and cmake):
2
3 ./configure && make install
4
5 When things go wrong:
6
7 attain CMake (http://www.cmake.org) and ruby (http://ruby-lang.org) and
8 try again.
9
10 OR, attain CMake and build by hand:
11
12 1. mkdir build
13 2. cd build
14 3. cmake ..
15 4. make
16 5. build output left in yajl-X.Y.Z
17
18 best,
19 lloyd
This page took 0.029843 seconds and 4 git commands to generate.