]> Dogcows Code - chaz/yoink/blob - src/Moof/yajl/BUILDING
added missing licenses
[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.029808 seconds and 4 git commands to generate.