Update README.adoc
This commit is contained in:
parent
7e3ad72280
commit
cb19476300
|
|
@ -28,16 +28,21 @@ user svxlink carries out the updates.
|
|||
If you want to have Sip support you have to do thist things, install pjSip first
|
||||
the way described here.
|
||||
|
||||
```
|
||||
cd /home/svxlink
|
||||
wget https://github.com/pjsip/pjproject/archive/2.12.1.tar.gz
|
||||
tar -xzvf 2.12.1.tar.gz
|
||||
cd project-2.12.1
|
||||
./configure --disable-libwebrtc --disable-video
|
||||
```
|
||||
|
||||
On amd64/x86_64 systems you should use
|
||||
```
|
||||
./configure --disable-libwebrtc --disable-video CPPFLAGS=-fPIC CXXFLAGS=-fPIC CFLAGS=-fPIC
|
||||
```
|
||||
otherwise linking errors may occur.
|
||||
|
||||
```
|
||||
make dep;make
|
||||
sudo make install
|
||||
```
|
||||
|
|
@ -56,11 +61,10 @@ http://svxlink.ham-radio-op.net/svxlink/svxlink-tetra-contrib.sh
|
|||
Start installation as root:
|
||||
```
|
||||
wget -O - http://svxlink.ham-radio-op.net/svxlink/svxlink-tetra-contrib.sh | bash
|
||||
```
|
||||
|
||||
After this continue with the configuration of svxlink.conf and TetraLogic.conf
|
||||
|
||||
```
|
||||
|
||||
== 1st time installation of SvxLink with TetraLogic extension ==
|
||||
|
||||
```
|
||||
|
|
@ -80,8 +84,8 @@ sudo make install
|
|||
Please not that the cmake-parameter "-DWITH_CONTRIB_TETRA_LOGIC=ON" enables the
|
||||
TetraLogic extension. Without this it will not work.
|
||||
|
||||
```
|
||||
== 1st time installation of SvxLink with TetraLogic AND Sip-functionality ==
|
||||
|
||||
```
|
||||
cd /home/svxlink
|
||||
# install pjSip first:
|
||||
|
|
@ -107,6 +111,7 @@ sudo make install
|
|||
```
|
||||
|
||||
== Update an existing tetra-contrib ==
|
||||
|
||||
```
|
||||
systemctl stop svxlink
|
||||
cd /home/svxlink/svxlink/src/build/
|
||||
|
|
@ -118,6 +123,7 @@ sudo systemctl start svxlink
|
|||
```
|
||||
|
||||
== Update an existing tetra-contrib with Sip-support ==
|
||||
|
||||
```
|
||||
systemctl stop svxlink
|
||||
cd /home/svxlink/svxlink/src/build/
|
||||
|
|
|
|||
Loading…
Reference in New Issue