Skip to content

Commit

Permalink
Added linux to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
BarGabriel committed Apr 18, 2022
1 parent be8f19b commit 1a2d55f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,17 @@ Using Visual Studio command prompt
cmake ..
msbuild SipServer.sln
```

#### Linux

```bash
mkdir build && cd build
cmake ..
make
```
# Program options
`--ip`: The sip server ip.
`--port`: The sip server port. The default value is 5060.
`--ip=` The sip server ip.
`--port=` The sip server port. The default value is 5060.

# Usage Guide
1. Download a softphone software like [Zoiper](https://www.zoiper.com/en/voip-softphone/download/current), [Express Talk](https://www.nch.com.au/talk/index.html) or any other software.
Expand Down

0 comments on commit 1a2d55f

Please sign in to comment.