mirror of https://gitlab.com/cppit/jucipp
2 changed files with 27 additions and 38 deletions
@ -1,27 +1,22 @@ |
|||||||
# juCi++ |
# juCi++ |
||||||
## Installation guide ## |
## Installation guide ## |
||||||
## Linux |
Before installation, please install libclangmm see [installation guide](http://github.com/cppit/libclangmm/blob/master/docs/install.md) for installation. |
||||||
|
## Debian |
||||||
|
First dependencies: |
||||||
```sh |
```sh |
||||||
# Libraries (missing libclangmm, see [installation guide](http://github.com/cppit/libclangmm/blob/master/docs/install.md) for installation) |
|
||||||
$ sudo apt-get install libboost-python-dev libboost-filesystem-dev libboost-log-dev libboost-test-dev |
$ sudo apt-get install libboost-python-dev libboost-filesystem-dev libboost-log-dev libboost-test-dev |
||||||
libboost-thread-dev libboost-system-dev libgtkmm-3.0-dev libgtksourceview2.0-dev libgtksourceviewmm-3.0-dev |
libboost-thread-dev libboost-system-dev libgtkmm-3.0-dev libgtksourceview2.0-dev libgtksourceviewmm-3.0-dev |
||||||
libpython-dev libclang-dev |
libpython-dev libclang-dev make cmake gcc |
||||||
# Programs |
|
||||||
$sudo apt-get install make cmake gcc |
|
||||||
|
|
||||||
``` |
``` |
||||||
Compile |
Install the project: |
||||||
```sh |
```sh |
||||||
# When git clone |
$ git clone http://github.com/cppit/jucipp.git juci |
||||||
$ cd path-to-cloned-from-folder/jucipp/juci |
$ cd juci |
||||||
# When download zipped file, extraxt it to a folder of your choice |
|
||||||
$ cd path-to-folder-extraxted-into/jucipp-master/juci |
|
||||||
# In both cases above you can choose remove the jucipp folder, but remeber to apply changes to cd command as well. |
|
||||||
$ cmake . |
$ cmake . |
||||||
$ make |
$ make |
||||||
|
$ sudo make install |
||||||
``` |
``` |
||||||
|
|
||||||
## Run |
## Run |
||||||
```sh |
```sh |
||||||
$ ./bin/juci |
$ juci |
||||||
``` |
``` |
||||||
|
|||||||
Loading…
Reference in new issue