mirror of
https://github.com/dj0abr/SSB_HighSpeed_Modem.git
synced 2024-11-22 04:10:19 -05:00
11 lines
505 B
Plaintext
Executable File
11 lines
505 B
Plaintext
Executable File
echo This script installs packages required to build and run hsmodem
|
|
echo
|
|
echo ATTENTION ! These libraries must be installed manually according to your system
|
|
echo libbass.so, libbassopus.so, libbassenc.so
|
|
echo copy it to /usr/lib, /usr/local/lib or whereever your system expects them
|
|
echo you find them at: https://www.un4seen.com/
|
|
echo Press ENTER to continue
|
|
echo
|
|
sudo apt-get update
|
|
sudo apt-get -y install libopus-dev libfftw3-dev libcodec2-dev libsndfile-dev libasound-dev mono-complete pavucontrol
|