17 lines
221 B
Markdown
17 lines
221 B
Markdown
![]() |
# 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`.
|
||
|
|