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.5 KiB

juCi++

Installation guide

Before installation, please install libclangmm, see installation guide.

Debian/Ubuntu

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 MSYS2 (https://msys2.github.io/) Will be available when the following TODOs are resolved:

  • Newlines are saved properly
  • Windows implementation of fork/pipe/read/write
  • libclang(mm) finds header-files

Run

Linux/OS X

juci