Skip to content

Commit

Permalink
Update BUILD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Aug 24, 2024
1 parent 1cbc0b4 commit 93ea14d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 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 All @@ -28,7 +31,6 @@ haxelib git thx.semver https://github.com/fponticelli/thx.semver.git
haxelib git jsonpath https://github.com/EliteMasterEric/jsonpath
haxelib git jsonpatch https://github.com/EliteMasterEric/jsonpatch
haxelib git funkin.vis https://github.com/FNF-CNE-Devs/funkVis grig-test
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp
haxelib install hxcpp-debug-server
Expand Down Expand Up @@ -62,3 +64,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 93ea14d

Please sign in to comment.