Browse Source

Added docs/install.md

merge-requests/365/head
Geir Morten Larsen 11 years ago
parent
commit
2a521d4a87
  1. 24
      README.md
  2. 27
      docs/install.md

24
README.md

@ -43,28 +43,6 @@ Please install these dependencies on your system.
* clang or gcc (compiler)
## Installation ##
**Linux**
```sh
# Libraries (missing libclangmm, see http://github.com/cppit/libclangmm/ for installation)
$ 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
libpython-dev libclang-dev
# Programs
$sudo apt-get install make cmake gcc
See installation guide [docs/install.md](http://github.com/cppit/jucipp/blob/master/docs/install.md).
```
Compile
```sh
# When git clone
$ cd path-to-cloned-from-folder/jucipp/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 .
$ make
```
## Run
```sh
$ ./bin/juci
```

27
docs/install.md

@ -0,0 +1,27 @@
# juCi++
## Installation guide ##
## Linux
```sh
# Libraries (missing libclangmm, see http://github.com/cppit/libclangmm/ for installation)
$ 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
libpython-dev libclang-dev
# Programs
$sudo apt-get install make cmake gcc
```
Compile
```sh
# When git clone
$ cd path-to-cloned-from-folder/jucipp/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 .
$ make
```
## Run
```sh
$ ./bin/juci
```
Loading…
Cancel
Save