Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Sep 1, 2024
2 parents f6395de + 8cbe9b9 commit 0f9ca8d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion build/BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Step 3. [Install HaxeFlixel](https://haxeflixel.com/documentation/install-haxefl

Step 4. Run these commands to install the libraries required:

# NOTE:
If a library asks if you would like to switch to a specific version, just say no

```
haxelib install lime
haxelib install openfl
Expand Down Expand Up @@ -38,7 +41,7 @@ Dependencies for compiling:

## Windows Only

Install Visual Studio Community 2019, and while installing instead of selecting the normal options, only select these components in the 'individual components' instead (or the closest equivalents).
Install [Visual Studio](https://visualstudio.microsoft.com/), and while installing instead of selecting the normal options, only select these components in the 'individual components' instead (or the closest equivalents).

```txt
* MSVC v142 - VS 2019 C++ x64/x86 build tools
Expand All @@ -62,3 +65,12 @@ sudo pacman -S luajit
```

Step 5. Run `lime test [platform]` in the project directory while replacing '[platform]' with your build target (usually `html5`, `windows`, `linux`, `mac`, or whatever platform you are building for).

# NOTE:
If you are having issues when compiling due to a library giving you an error, try removing the library with
```
haxelib remove library
```
replacing library with the name of the library you would like to remove
and then re install it with the commands in step 4

0 comments on commit 0f9ca8d

Please sign in to comment.