Browse Source

Adding installation guide in a own folder

merge-requests/37/head
Geir Morten Larsen 11 years ago
parent
commit
f8641dc2a6
  1. 25
      docs/install.md

25
docs/install.md

@ -0,0 +1,25 @@
# juCi++
## Installation guide ##
## Linux
```sh
# Libraries
$ sudo apt-get install libboost-log-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