JuCi++: Difference between revisions
 (Created page with "Following the [https://github.com/cppit/jucipp/blob/master/docs/install.md installation], get dependencies:  sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3...")  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
Following the [https://github.com/cppit/jucipp/blob/master/docs/install.md installation], get dependencies:  | Following the [https://github.com/cppit/jucipp/blob/master/docs/install.md installation], get dependencies:  | ||
  sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3.6-dev clang-format-3.6 pkg-config libboost-filesystem-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev libgit2-dev exuberant-ctags  |   sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3.6-dev clang-format-3.6 pkg-config libboost-filesystem-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev libgit2-dev exuberant-ctags  | ||
Then build it:  | |||
 git clone --recursive https://github.com/cppit/jucipp  | |||
 mkdir jucipp/build  | |||
 cd jucipp/build  | |||
 cmake -DCMAKE_CXX_COMPILER=g++ ..  | |||
 make  | |||
 sudo make install  | |||
Latest revision as of 21:08, 5 August 2016
Following the installation, get dependencies:
sudo apt-get install git cmake make g++ libclang-3.6-dev liblldb-3.6-dev clang-format-3.6 pkg-config libboost-filesystem-dev libgtksourceviewmm-3.0-dev aspell-en libaspell-dev libgit2-dev exuberant-ctags
Then build it:
git clone --recursive https://github.com/cppit/jucipp mkdir jucipp/build cd jucipp/build cmake -DCMAKE_CXX_COMPILER=g++ .. make sudo make install