Opened github issue about ITS

Opened github issue.

fatal error: SDL_net.h: No such file or directory #2296

eswenson1 commented that I needed to…

sudo apt install libsdl2-net-dev

Also responded “You don’t have to start over. You can just install sdl2 and then change directories to the its/tools/tv11 directory and make that project.”

So I did (which saved me 2 hrs)…

bill@bill-MS-7B79:~/Downloads/Computers/Emulation/simh/PDP-10/ITS/its$ make -C tools/tv11/tvcon
make: Entering directory '/home/bill/Downloads/Computers/Emulation/simh/PDP-10/ITS/its/tools/tv11/tvcon'
cc -O3 sdl2-config --cflags -o tvcon tvcon.c sdl2-config --libs -lSDL2_net
make: Leaving directory '/home/bill/Downloads/Computers/Emulation/simh/PDP-10/ITS/its/tools/tv11/tvcon'
bill@bill-MS-7B79:~/Downloads/Computers/Emulation/simh/PDP-10/ITS/its$