1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-26 04:02:06 +00:00

Update PDP-6 simulator.

The simulator was updated to use SDL2, so SDL1 is no longer needed.
This commit is contained in:
Lars Brinkhoff
2019-03-22 16:15:12 +01:00
parent 62fa30c531
commit ceee1a6795
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ install_linux() {
simh) sudo apt-get install -y simh;;
sims) 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 libsdl-dev libsdl-image1.2-dev;;
sudo apt-get install -y libsdl2-image-dev;;
klh10) sudo apt-get install -y libusb-1.0-0-dev;;
esac
}