mirror of
https://github.com/janet-lang/janet
synced 2025-10-04 18:42:29 +00:00
Add installation instructions.
This commit is contained in:
@@ -100,6 +100,12 @@ make
|
|||||||
make test
|
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
|
### Windows
|
||||||
|
|
||||||
1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#)
|
1. Install [Visual Studio](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&rel=15#)
|
||||||
|
Reference in New Issue
Block a user