You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COMPILING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ These are the necessary steps required to compile on the game on __***every***__
31
31
32
32
8. Run `hmm install` to start installing all of the game's dependencies. **This will take a bit, so be patient**.
33
33
34
+
> [!TIP]
35
+
> If the libraries do not install correctly, then you can run the `.bat` file or `.sh` file (according to your system).
36
+
34
37
9. Run `haxelib run lime setup` to setup the lime command.
35
38
- This will allow you to compile and run the game on many common platforms, such as every major desktop platform (Windows, macOS, Linux, etc.), both popular mobile systems (Android and iOS), and more.
36
39
@@ -40,6 +43,9 @@ These are the necessary steps required to compile on the game on __***every***__
40
43
> [!TIP]
41
44
> You can replace `html5` with other platforms to compile it accordingly.
42
45
46
+
> [!IMPORTANT]
47
+
> If ever, for some reason, the shaders make the screen become black, it is advised you clear your computer's `Temp/` directory. If the issue persists, then please take a look at the [contributing](CONTRIBUTING.md) file for info on how to report a bug.
48
+
43
49
## Extra Steps (for Running and Configuring the Game on Other Platforms)
0 commit comments