From: nhmall Date: Wed, 27 Nov 2019 00:35:46 +0000 (-0500) Subject: instructional doc bit X-Git-Tag: NetHack-3.7.0_WIP~228^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a78011030b5037d016a7390064f5147f57858b9;p=nethack instructional doc bit --- 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.