code: 9ferno

Download patch

ref: f9e3fea095e3e0c40cee7a33f149b78ba4fed4e9
parent: f3cfeeeb86b02ca135d0a7414fcf4aee182884b5
author: henesy <unknown>
date: Mon Mar 11 03: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`
+