Add installation instructions.

This commit is contained in:
Calvin Rose 2018-09-09 22:22:21 -04:00
parent 1ba3aeb3cd
commit bf36182a23
1 changed files with 6 additions and 0 deletions

View File

@ -100,6 +100,12 @@ make
make test
```
After building, run `make install` to install the janet binary and libs.
Will install in `/usr/local` by default, see the Makefile to customize.
It's also recommended to set the `JANET_PATH` variable in your profile.
This is where janet will look for imported libraries after the current directory.
### Windows
1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#)