Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #45 from wizofe/doc/add-requirements
Browse files Browse the repository at this point in the history
Add Windows requirements
  • Loading branch information
mrkmarron committed Apr 18, 2019
2 parents 2b86837 + 7f3b885 commit 6f40934
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 6f40934

Please sign in to comment.