|
|
|
@ -3,7 +3,7 @@ |
|
|
|
## Debian/Ubuntu 15 |
|
|
|
## Debian/Ubuntu 15 |
|
|
|
Install dependencies: |
|
|
|
Install dependencies: |
|
|
|
```sh |
|
|
|
```sh |
|
|
|
sudo apt-get install git cmake make g++ libclang-dev pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev |
|
|
|
sudo apt-get install git cmake make g++ libclang-dev pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev |
|
|
|
sudo apt-get install clang-format-3.6 || sudo apt-get install clang-format-3.5 |
|
|
|
sudo apt-get install clang-format-3.6 || sudo apt-get install clang-format-3.5 |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
@ -19,7 +19,7 @@ sudo make install |
|
|
|
## Ubuntu 14/Linux Mint 17 |
|
|
|
## Ubuntu 14/Linux Mint 17 |
|
|
|
Install dependencies: |
|
|
|
Install dependencies: |
|
|
|
```sh |
|
|
|
```sh |
|
|
|
sudo apt-get install git cmake make g++ libclang-3.6-dev clang-format-3.6 pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtkmm-3.0-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev |
|
|
|
sudo apt-get install git cmake make g++ libclang-3.6-dev clang-format-3.6 pkg-config libboost-system-dev libboost-thread-dev libboost-filesystem-dev libboost-log-dev libboost-regex-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Get juCi++ source, compile and install: |
|
|
|
Get juCi++ source, compile and install: |
|
|
|
@ -34,7 +34,7 @@ sudo make install |
|
|
|
## OS X with Homebrew (http://brew.sh/) |
|
|
|
## OS X with Homebrew (http://brew.sh/) |
|
|
|
Install dependencies (installing llvm may take some time): |
|
|
|
Install dependencies (installing llvm may take some time): |
|
|
|
```sh |
|
|
|
```sh |
|
|
|
brew install cmake --with-clang llvm pkg-config boost gtkmm3 homebrew/x11/gtksourceviewmm3 aspell clang-format |
|
|
|
brew install cmake --with-clang llvm pkg-config boost homebrew/x11/gtksourceviewmm3 aspell clang-format |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Get juCi++ source, compile and install: |
|
|
|
Get juCi++ source, compile and install: |
|
|
|
@ -49,7 +49,7 @@ make install |
|
|
|
##Windows with MSYS2 (https://msys2.github.io/) |
|
|
|
##Windows with MSYS2 (https://msys2.github.io/) |
|
|
|
Install dependencies (replace `x86_64` with `i686` for 32-bit MSYS2 installs): |
|
|
|
Install dependencies (replace `x86_64` with `i686` for 32-bit MSYS2 installs): |
|
|
|
```sh |
|
|
|
```sh |
|
|
|
pacman -S git mingw-w64-x86_64-cmake make mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-gtkmm3 mingw-w64-x86_64-gtksourceviewmm3 mingw-w64-x86_64-boost mingw-w64-x86_64-aspell mingw-w64-x86_64-aspell-en |
|
|
|
pacman -S git mingw-w64-x86_64-cmake make mingw-w64-x86_64-toolchain mingw-w64-x86_64-clang mingw-w64-x86_64-gtksourceviewmm3 mingw-w64-x86_64-boost mingw-w64-x86_64-aspell mingw-w64-x86_64-aspell-en |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
Get juCi++ source, compile and install (replace `mingw64` with `mingw32` for 32-bit MSYS2 installs): |
|
|
|
Get juCi++ source, compile and install (replace `mingw64` with `mingw32` for 32-bit MSYS2 installs): |
|
|
|
@ -61,6 +61,23 @@ make |
|
|
|
make install |
|
|
|
make install |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##Arch |
|
|
|
|
|
|
|
Install dependencies: |
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
|
|
#as root |
|
|
|
|
|
|
|
pacman -S git cmake make clang gtksourceviewmm boost aspell aspell-en |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Get juCi++ source, compile and install |
|
|
|
|
|
|
|
```sh |
|
|
|
|
|
|
|
git clone --recursive https://github.com/cppit/jucipp |
|
|
|
|
|
|
|
cd jucipp |
|
|
|
|
|
|
|
cmake . |
|
|
|
|
|
|
|
make |
|
|
|
|
|
|
|
# as root |
|
|
|
|
|
|
|
make install |
|
|
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
<!-- |
|
|
|
<!-- |
|
|
|
## Windows with Cygwin (https://www.cygwin.com/) |
|
|
|
## Windows with Cygwin (https://www.cygwin.com/) |
|
|
|
**Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++.** |
|
|
|
**Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++.** |
|
|
|
|