Add installation instructions
This commit is contained in:
parent
ceeb5ef1a9
commit
f0665ce3ef
1 changed files with 16 additions and 0 deletions
16
INSTALL.md
Normal file
16
INSTALL.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Install CACmb
|
||||
|
||||
In order to build CACmb switch to the src repository and run:
|
||||
|
||||
```
|
||||
make
|
||||
```
|
||||
|
||||
Once this command is complete you can run:
|
||||
|
||||
```
|
||||
sudo make install
|
||||
```
|
||||
|
||||
in order to copy the installation to `/usr/local/bin`.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue