Skip to content

Commit

Permalink
readme: add static, module build and example run options
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Sep 10, 2023
1 parent 8d4bdbd commit 319d6ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,17 @@ git clone https://github.com/baresip/restund
cd restund && cmake -B build && cmake --build build -j
```

### Define modules and static build

```bash
cmake -B build -DMODULES="stat;binding;auth;turn;filedb;syslog;status" -DSTATIC=1
cmake --build build -j
```

### Run restund

```bash
build/restund -f etc/restund.conf -n -d
```

See [docs](docs) for more information.

0 comments on commit 319d6ec

Please sign in to comment.