From 2a78011030b5037d016a7390064f5147f57858b9 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 26 Nov 2019 19:35:46 -0500 Subject: [PATCH] instructional doc bit --- sys/unix/NewInstall.unx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/unix/NewInstall.unx b/sys/unix/NewInstall.unx index b9daf361d..163df601c 100644 --- a/sys/unix/NewInstall.unx +++ b/sys/unix/NewInstall.unx @@ -23,11 +23,16 @@ If you are using the traditional configuration system, see Install.unx. cd $Top/sys/unix sh setup.sh hints/NAME_OF_HINTS_FILE cd ../.. + make fetch-Lua make all If the build fails, remove all the generated files before retrying the build with: cd $Top; make spotless + The 'make fetch-Lua' step really only needs to be done one time unless + your sources get refreshed, or the lib folder and its contents get + removed. + 4. Install: Depending on your configuration, this step may or may not need to be done as root; check the hints file.