From 7f3b885ece4135f01449ec3257281c92dcad4594 Mon Sep 17 00:00:00 2001 From: Ioannis Valasakis Date: Thu, 18 Apr 2019 23:26:07 +0100 Subject: [PATCH] Add Windows requirements In order to correctly install the language node.js and typescript need to be present on the system. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index baa77367..0682fc2e 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,15 @@ function sign(x?: Int): Int { The current focus of the Bosque project is core language design. As a result there is limited support for compilation/development and _no_ support for packaging, deployment, lifecycle management, etc. +### Requirements + +#### Windows + +In order to build the language for Windows the following are needed: + +- The LTS version of [node.js](https://nodejs.org/en/download/) for Windows (x64) +- Typescript (install with: `npm i typescript -g`) + ### Build & Test The `ref_impl` directory contains the reference implementation parser, type checker, interpreter, and command line runner. In this directory, build and test the Bosque reference implementation with: