1
0
mirror of https://github.com/PDP-10/its.git synced 2026-04-25 11:51:38 +00:00

Split off common dependencies.

This commit is contained in:
Lars Brinkhoff
2023-11-10 12:35:58 +01:00
parent 7b2ff9af7f
commit 48736b19ff

View File

@@ -58,11 +58,12 @@ some of which are disk images with ITS installed.
| Emulator | Dependencies | | Emulator | Dependencies |
| --- | --- | | --- | --- |
| klh10 | git, c compiler, make, expect, curses, autoconf | common to all | git, c compiler, make, expect, curses, autoconf
| simh | git, c compiler, make, expect, curses, autoconf, sdl2 | klh10 |
| pdp10-ka | git, c compiler, make, expect, curses, autoconf, sdl2, sdl2-image, sdl2-net, gtk3 | simh | sdl2
| pdp10-kl | git, c compiler, make, expect, curses, autoconf, sdl2, sdl2-image, gtk3 | pdp10-ka | sdl2, sdl2-image, sdl2-net, gtk3
| pdp10-ks | git, c compiler, make, expect, curses, autoconf, sdl2 | pdp10-kl | sdl2, sdl2-image, gtk3
| pdp10-ks | sdl2
### Usage ### Usage