mirror of
https://github.com/PentHertz/OpenBTS.git
synced 2026-05-19 07:53:59 +00:00
Updating preinstall script
This commit is contained in:
parent
2e27be5c55
commit
18e9416fe6
1 changed files with 12 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ git submodule update
|
|||
./autogen.sh
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ../
|
||||
|
||||
# Installing liba53
|
||||
|
|
@ -36,6 +37,17 @@ cd liba53
|
|||
make && make install
|
||||
cd ..
|
||||
|
||||
# Installing smqueue
|
||||
git clone https://github.com/PentHertz/smqueue.git
|
||||
cd smqueue
|
||||
git submodule init
|
||||
git submodule update
|
||||
./autogen.sh
|
||||
./configure
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ../
|
||||
|
||||
# Installing OpenBTS
|
||||
#./autogen.sh
|
||||
#./configure --with-uhd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue