|
|
|
|
@ -4,7 +4,7 @@ Before installation, please install libclangmm, see [installation guide](http://
|
|
|
|
|
|
|
|
|
|
## Debian/Ubuntu |
|
|
|
|
```sh |
|
|
|
|
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 aspell-en libaspell-dev |
|
|
|
|
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 aspell-en libaspell-dev git |
|
|
|
|
``` |
|
|
|
|
```sh |
|
|
|
|
git clone http://github.com/cppit/jucipp.git |
|
|
|
|
@ -16,7 +16,7 @@ sudo make install
|
|
|
|
|
|
|
|
|
|
## OS X with Homebrew (http://brew.sh/) |
|
|
|
|
```sh |
|
|
|
|
brew install pkg-config boost gtkmm3 gtksourceviewmm3 aspell |
|
|
|
|
brew install pkg-config boost gtkmm3 gtksourceviewmm3 aspell git |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
```sh |
|
|
|
|
@ -30,7 +30,7 @@ make install
|
|
|
|
|
##Windows with MSYS2 (https://msys2.github.io/) |
|
|
|
|
Install dependencies(replace [arch] with i686 or x86_64 depending on your MSYS2 install): |
|
|
|
|
```sh |
|
|
|
|
pacman -S patch autoconf automake-wrapper mingw-w64-[arch]-gtkmm3 mingw-w64-[arch]-boost mingw-w64-[arch]-aspell mingw-w64-[arch]-aspell-en |
|
|
|
|
pacman -S patch autoconf automake-wrapper mingw-w64-[arch]-gtkmm3 mingw-w64-[arch]-boost mingw-w64-[arch]-aspell mingw-w64-[arch]-aspell-en git |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
Get juCi++ source: |
|
|
|
|
|