mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-04-28 03:19:27 +00:00
Fixing presintall script quickly
This commit is contained in:
parent
75d8da0ef0
commit
e449095de9
1 changed files with 1 additions and 3 deletions
|
|
@ -1,9 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Installing compilation dependencies
|
||||
sudo apt install autoconf libtool libosip2-dev libortp-dev libusb-1.0-0-dev g++ sqlite3 \
|
||||
libsqlite3-dev erlang libreadline6-dev libncurses5-dev git dpkg-dev debhelper \
|
||||
libssl-dev cmake build-essential wget libzmq3-dev
|
||||
sudo apt install autoconf libtool libosip2-dev libortp-dev libusb-1.0-0-dev g++ sqlite3 libsqlite3-dev erlang libreadline6-dev libncurses5-dev git dpkg-dev debhelper libssl-dev cmake build-essential wget libzmq3-dev
|
||||
|
||||
# Installing HD driver 4.1.0 & tools from Ubuntu package manager
|
||||
sudo apt install libuhd4.1.0 libuhd-dev uhd-host
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue