From: Chris Hanson Date: Fri, 14 Sep 2018 23:06:11 +0000 (-0400) Subject: Tweak README to indicate correct order for tests. X-Git-Tag: mit-scheme-pucked-9.2.18~7^2~4 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=982b67b69d0f862694ec7f6c505b1f5c5ca72c76;p=mit-scheme.git Tweak README to indicate correct order for tests. --- diff --git a/src/x11-screen/README b/src/x11-screen/README index 6fe2f9959..11c1288c3 100644 --- a/src/x11-screen/README +++ b/src/x11-screen/README @@ -3,10 +3,11 @@ The X11-SCREEN option. This plugin creates an (edwin screen x11-screen) package that registers an Edwin display type named X11, an exact replacement for the microcode module based X screen type. The plugin is built in the -customary GNU way: +customary GNU way, except that it must be installed prior to running +tests. ./configure ... - make all check install + make all install check To load: