1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-04 07:09:12 +00:00

Build on classic SIMH v3.

This commit is contained in:
Lars Brinkhoff
2023-10-06 08:24:57 +02:00
parent 4db8d276ae
commit 85c3f4fa33
8 changed files with 1362 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ install_linux() {
# For GitLab CI
sudo apt-get install -my git make gcc libncurses-dev autoconf
case "$EMULATOR" in
simh) sudo apt-get install -y libegl1-mesa-dev libgles2-mesa-dev
simh*) sudo apt-get install -y libegl1-mesa-dev libgles2-mesa-dev
sudo apt-get install -y libsdl2-dev;;
pdp10-k?) sudo apt-get install -y libegl1-mesa-dev libgles2-mesa-dev
sudo apt-get install -y libx11-dev libxt-dev libsdl2-dev
@@ -33,7 +33,7 @@ install_freebsd() {
install_osx() {
brew update
case "$EMULATOR" in
simh) brew install sdl2;;
simh*) brew install sdl2;;
pdp10-*) brew install sdl2;;
klh10) brew install automake;;
esac