Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
Adding 2 missing dependencies on newer Ubuntu builds, Open SSL and SDL-TTF, both create errors when building pdp10-ka
  • Loading branch information
oilcan-productions authored and larsbrinkhoff committed Mar 8, 2024
1 parent 9a2c324 commit 727eb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ install_linux() {
pdp10-k?) sudo apt-get install -y libegl1-mesa-dev libgles2-mesa-dev
sudo apt-get install -y libx11-dev libxt-dev libsdl2-dev
sudo apt-get install -y libsdl2-image-dev libpcap-dev
sudo apt-get install -y libssl-dev libsdl2-ttf-dev
sudo apt-get install -y libgtk-3-dev libsdl2-net-dev;;
klh10) sudo apt-get install -y libusb-1.0-0-dev;;
esac
Expand Down

0 comments on commit 727eb18

Please sign in to comment.