Building ITS for the PDP-10

So glad this is automated! Got files and procedures from github.

make clean all EMULATOR=pdp10-ka

A lot of text scrolls by on the screen… it takes quite a long time to build the dependencies. And by a long time, I mean around 2 hours. Where’s that turbo button when you need it? A big reason it’s so slow is because much of the work is in the emulator, “KA-10 simulator Open SIMH V4.1-0 Current”. I think I saw spcwar scroll by on the screen. A few times you wonder if it’s stuck. But by habit, I run a system monitor and I could see pdp10ka… working.

ENTERING MAIN BUILD SCRIPT Tue Apr 2 07:11:13 AM EDT 2024

After running over 2 hrs. I get…

MAIN BUILD SCRIPT DONE Tue Apr 2 09:20:20 AM EDT 2024

cc -O3 `sdl2-config --cflags` -o tvcon tvcon.c `sdl2-config --libs` -lSDL2_net
tvcon.c:12:10: fatal error: SDL_net.h: No such file or directory
   12 | #include <SDL_net.h>
      |          ^~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:4: tvcon] Error 1
make[1]: Leaving directory '/home/bill/Downloads/Computers/Emulation/simh/PDP-10/ITS/its/tools/tv11/tvcon'
make: *** [Makefile:388: tools/tv11/tv11] Error 2
bill@bill-MS-7B79:~/Downloads/Computers/Emulation/simh/PDP-10/ITS/its$
sudo apt-get install libsdl-net1.2-dev (didn't work)

Perhaps I should have...
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libsdl2-dev (ALREADY INSTALLED)
Next...
sudo apt install libsdl1.2-dev libsdl-net1.2-dev

Start again at 10:24AM. Ran 2 hrs. Then got the same error.