# Note: depends on cmake
wget -c https://github.com/lloyd/yajl/archive/2.1.0/yajl-2.1.0.tar.gz
tar -xzf yajl-2.1.0.tar.gz
cd yajl-2.1.0
mkdir -p build
cd build
cmake -DCMAKE_INSTALL_PREFIX="/usr" ..
make # Doesn't mind -j#
make install