Skip to content

Commit

Permalink
Add Install Command for Ubuntu Build Script
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Jul 17, 2024
1 parent c19f9be commit 2773b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build_scripts/nrsc5.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Note: FAAD2 is turned off because it causes issues in GitHub Actions and is not needed

# if pacman exists, install the dependencies
if [ -x "$(command -v pacman)" ]; then
pacman -S --noconfirm autoconf automake git gzip make mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake mingw-w64-x86_64-libtool patch tar xz libtool cmake gcc
# if apt exists, install the dependencies
if [ -x "$(command -v apt-get)" ]; then
sudo apt-get install autoconf automake git gzip make patch tar xz libtool cmake gcc
fi

mkdir build
Expand Down

0 comments on commit 2773b4c

Please sign in to comment.