Skip to content

Commit

Permalink
Update README_gentoo.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YannisM authored Feb 12, 2020
1 parent 7aa9e9d commit baf1416
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README_gentoo.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Install voipmonitor dependencies

emerge libpcap zlib
`emerge libpcap zlib`

# Install voipmonitor

```
cd /path/to/voipmonitor
make clean
make
Expand All @@ -12,15 +13,17 @@ cp config/voipmonitor.conf /etc/
cp config/init.d/voipmonitor /etc/init.d/
Edit the config file, prepare the mysql table and run voipmonitor

```

## Install voipmonitor

```
cd /path/to/voipmonitor
make
make install
cp config/voipmonitor.conf /etc/
cp config/init.d/voipmonitor /etc/init.d/
```

Edit the config file, prepare the mysql table and run voipmonitor

0 comments on commit baf1416

Please sign in to comment.