diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2016-11-29 21:27:49 +0100 |
---|---|---|
committer | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2016-11-29 21:27:49 +0100 |
commit | c505d3e83a00888a8ed6ef0eb1721a00085067b3 (patch) | |
tree | bad49bf81c08704bacfb2ba1eb0af0abc251fd4b /README.md | |
parent | 5adca4be6646ff61c68290e45c4c77b2c232211c (diff) |
README cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 13 insertions, 4 deletions
@@ -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 |