summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 22eccd8..47f1f88 100644
--- a/README.md
+++ b/README.md
@@ -141,16 +141,16 @@ installed before building:
### Build with debug enabled
-```$ make
+```
+$ make
$ sudo make install
-$ sudo ldconfig```
+```
### Build with release
```
$ make RELEASE=1
$ sudo make RELEASE=1 install
-$ sudo ldconfig
```
### Build with clang compiler
@@ -158,9 +158,18 @@ $ sudo ldconfig
```
$ make CC=clang
$ sudo make CC=clang install
-$ sudo ldconfig
```
+Modules will be built if external dependencies are installed.
+After building you can start baresip like this:
+
+```
+$ baresip
+```
+
+The config files in $HOME/.baresip are automatically generated
+the first time you run baresip.
+
## Documentation