]> Dogcows Code - chaz/yoink/blob - src/Moof/yajl/BUILDING
74589e11275029de6b8c0aa88d50a231df9ea686
[chaz/yoink] / src / Moof / 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.029569 seconds and 3 git commands to generate.