Skip to content

Commit

Permalink
Update baresip-setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwebster-hso authored Jun 5, 2023
1 parent d1f1fc8 commit 83a10ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions baresip/baresip-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ git clone https://github.com/baresip/baresip /usr/src/baresip/baresip
git clone https://github.com/baresip/re /usr/src/baresip/re
git clone https://github.com/openssl/openssl /usr/src/openssl

# Build & Install openssl
cd /ur/src/openssl && make && sudo make install && sudo ldconfig

## baresip: debug build
cd /usr/src/baresip/baresip
## baresip static build
Expand All @@ -100,8 +103,7 @@ cmake -B build
cmake --build build -j
cmake --install build

# Install & Build Libre
cd ~/git/openssl && make && sudo make install && sudo ldconfig

# Install & Build Libre
cd ~/git/re && make && sudo make install && sudo ldconfig
# Install & Build Librem
Expand Down

0 comments on commit 83a10ef

Please sign in to comment.