Fix #5753 - roojspacker force dependancy on JSON for the time being
[roojspacker] / INSTALL
1
2 ## -- this is designed to run make from the 'build' directory.... - it's hard coded in configure (called from autogen)
3
4 git clone https://github.com/roojs/roojspacker.git
5
6 apt-get install valac cmake gcc libgee-0.8-dev   libtool libjson-glib-dev
7
8 cd roojspacker
9 ./autogen.sh --prefix=/usr
10 cd build
11 sudo make install