You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

1.2 KiB

juCi++

Installation guide

Before installation, please install libclangmm, see installation guide.

Debian

sudo apt-get install pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev
git clone http://github.com/cppit/jucipp.git
cd jucipp
cmake .
make
sudo make install

OS X with Homebrew (http://brew.sh/)

brew install pkg-config boost gtkmm3 gtksourceviewmm3
git clone https://github.com/cppit/jucipp.git
cd jucipp
cmake .
make
make install

Windows with Cygwin (https://www.cygwin.com/)

Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++. Select and install the following packages from the Cygwin-installer:

pkg-config libboost-devel libgtkmm3.0-devel libgtksourceviewmm3.0-devel xinit

Then run the following in the Cygwin Terminal:

git clone https://github.com/cppit/jucipp.git
cd jucipp
cmake .
make
make install

Note that we are currently working on a Windows-version without the need of an X-server.

Run

juci

Windows

startxwin /usr/local/bin/juci