code: purgatorio

Download patch

ref: d916a4c3823f55227ffae35738c2497256e307b5
parent: 43de7b8419fa3582af6df803473ef1bde2ce5c23
author: henesy <devnull@localhost>
date: Sun Mar 10 22:36:51 EDT 2019

Add primitive Nt build instructions tested on Win10

--- a/INSTALL
+++ b/INSTALL
@@ -87,3 +87,13 @@
 Otherwise  the procedure is the same.  On Plan 9, of course,
 the host system's normal version of  mk should be adequate.
 
+To build hosted Inferno for Windows/Nt you will need Microsoft Visual Studio installed. Then from the Inferno source root do:
+
+1    Edit mkconfig
+
+2    Add $INFERNO/Nt/bin to Path 
+
+3    Start Developer Command Prompt
+
+4    `mk install`
+