Merge pull request #608 from TentaRJ/master

Update README.md
This commit is contained in:
Cameron Taylor 2021-03-19 01:47:50 -04:00 committed by GitHub
commit 8057b29f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -40,10 +40,11 @@ newgrounds
``` ```
So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds` So for each of those type `haxelib install [library]` so shit like `haxelib install newgrounds`
You'll also need to install polymod. To do this, you need to do a few things first. You'll also need to install a couple things that involve Gits. To do this, you need to do a few things first.
1. Download [git-scm](https://git-scm.com/downloads). Works for Windows, Mac, and Linux, just select your build. 1. Download [git-scm](https://git-scm.com/downloads). Works for Windows, Mac, and Linux, just select your build.
2. Follow instructions to install the application properly. 2. Follow instructions to install the application properly.
3. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` in terminal/command-prompt after your git program is installed. 3. Run `haxelib git polymod https://github.com/larsiusprime/polymod.git` to install Polymod.
4. Run `haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc` to install Discord RPC.
You should have everything ready for compiling the game! Follow the guide below to continue! You should have everything ready for compiling the game! Follow the guide below to continue!