Skip to content

Commit

Permalink
Add Windows PATH instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hagenson <[email protected]>
  • Loading branch information
rhagenson authored and SeanTAllen committed Jan 4, 2020
1 parent af3e0ef commit dfcc3cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ Note that you need to provide these options each time you run make.bat; the syst

Other commands include `clean`, which will clean a specified configuration; and `distclean`, which will wipe out the entire build directory. You will need to run `make configure` after a distclean.

Following building, to make `ponyc.exe` globally available, add it to your `PATH` either by using Advanced System Settings->Environment Variables to extend `PATH` or by using the `setx` command, e.g. `setx PATH "%PATH%;<ponyc repo>\build\release-llvm-7.0.1"`

----

# Additional Build options
Expand Down
2 changes: 2 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,5 @@ Windows users will need to install:
- If using Visual Studio 2017 or 2019, or Visual C++ Build Tools 2017 or 2019, make sure the latest `Windows 10 SDK (10.x.x.x) for Desktop` will be installed.

Once you have installed the prerequisites, you can download the latest ponyc release from [bintray](https://dl.bintray.com/pony-language/ponyc-win/).

Unzip the release file in a convenient location, and you will find `ponyc.exe` in the `ponyc\bin` directory. Following extraction, to make `ponyc.exe` globally available, add it to your `PATH` either by using Advanced System Settings->Environment Variables to extend `PATH` or by using the `setx` command, e.g. `setx PATH "%PATH%;<directory you unzipped to>\ponyc\bin"`

0 comments on commit dfcc3cd

Please sign in to comment.