-
Notifications
You must be signed in to change notification settings - Fork 3
Building: Debian 8.0
Craig Minihan edited this page May 1, 2015
·
13 revisions
To build on Debian 8.0 you should run the following script:
sudo apt-get install curl
sudo apt-get install g++ make autoconf git
sudo apt-get install ruby
sudo apt-get install lcov
sudo apt-get install valgrindIf you want to build the GTK+ example then you should also install gtkmm:
sudo apt-get install gtkmm-3.0-devOnce you have the correct packages you can clone the repository and build the library:
git clone https://github.com/RipcordSoftware/libjsapi.git
cd libjsapi
make