From 48736b19ffbb521d27630f88e8b5bfc18fed1555 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Fri, 10 Nov 2023 12:35:58 +0100 Subject: [PATCH] Split off common dependencies. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eef552d6..cad62fab 100644 --- a/README.md +++ b/README.md @@ -58,11 +58,12 @@ some of which are disk images with ITS installed. | Emulator | Dependencies | | --- | --- | -| klh10 | git, c compiler, make, expect, curses, autoconf -| simh | git, c compiler, make, expect, curses, autoconf, sdl2 -| pdp10-ka | git, c compiler, make, expect, curses, autoconf, sdl2, sdl2-image, sdl2-net, gtk3 -| pdp10-kl | git, c compiler, make, expect, curses, autoconf, sdl2, sdl2-image, gtk3 -| pdp10-ks | git, c compiler, make, expect, curses, autoconf, sdl2 +| common to all | git, c compiler, make, expect, curses, autoconf +| klh10 | +| simh | sdl2 +| pdp10-ka | sdl2, sdl2-image, sdl2-net, gtk3 +| pdp10-kl | sdl2, sdl2-image, gtk3 +| pdp10-ks | sdl2 ### Usage