afarhan / sbitx

168 stars 58 forks source link

sbitx build error with the new version 3 #60

Closed g8kig closed 9 months ago

g8kig commented 11 months ago

I had to install libopus using the following command line before build was successful:

'sudo apt install -y libopus-dev'

It might be possible to add it to the build script?

If the update shell script is run and an error occurs with say the git command it goes on to run the build again without any checking. You might think it has updated when it hasn't. The fix is to add

set -e

line at the top of the script. It is always good practice to check return codes in bash scripts.

afarhan commented 9 months ago

libopus has been removed. it wasn't required at all