forked from Leather128/LeatherEngine
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e719cd7
commit e03b46c
Showing
4 changed files
with
43 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
@echo off | ||
echo Installing all required libraries. | ||
|
||
@echo on | ||
haxelib install lime | ||
haxelib install openfl | ||
haxelib git flixel https://github.com/HaxeFlixel/flixel | ||
haxelib install flixel-tools | ||
haxelib git flixel-ui https://github.com/HaxeFlixel/flixel-ui | ||
haxelib git flixel-addons https://github.com/HaxeFlixel/flixel-addons | ||
haxelib git linc_luajit https://github.com/Leather128/linc_luajit.git | ||
haxelib git hscript-improved https://github.com/FNF-CNE-Devs/hscript-improved codename-dev | ||
haxelib git scriptless-polymod https://github.com/Vortex2Oblivion/scriptless-polymod | ||
haxelib git hxNoise https://github.com/whuop/hxNoise | ||
haxelib install hxvlc | ||
haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc | ||
haxelib git fnf-modcharting-tools https://github.com/Vortex2Oblivion/FNF-Modcharting-Tools | ||
haxelib git flxanimate https://github.com/Vortex2Oblivion/flxanimate | ||
haxelib git thx.core https://github.com/fponticelli/thx.core | ||
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/FunkinCrew/funkVis | ||
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio | ||
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp | ||
haxelib install hxcpp-debug-server | ||
haxelib --never install lime | ||
haxelib --never install openfl | ||
haxelib --never git flixel https://github.com/HaxeFlixel/flixel | ||
haxelib --never install flixel-tools | ||
haxelib --never git flixel-ui https://github.com/HaxeFlixel/flixel-ui | ||
haxelib --never git flixel-addons https://github.com/HaxeFlixel/flixel-addons | ||
haxelib --never git linc_luajit https://github.com/Leather128/linc_luajit.git | ||
haxelib --never git hscript-improved https://github.com/FNF-CNE-Devs/hscript-improved codename-dev | ||
haxelib --never git scriptless-polymod https://github.com/Vortex2Oblivion/scriptless-polymod | ||
haxelib --never git hxNoise https://github.com/whuop/hxNoise | ||
haxelib --never install hxvlc | ||
haxelib --never git discord_rpc https://github.com/Aidan63/linc_discord-rpc | ||
haxelib --never git fnf-modcharting-tools https://github.com/Vortex2Oblivion/FNF-Modcharting-Tools | ||
haxelib --never git flxanimate https://github.com/Vortex2Oblivion/flxanimate | ||
haxelib --never git thx.core https://github.com/fponticelli/thx.core | ||
haxelib --never git thx.semver https://github.com/fponticelli/thx.semver.git | ||
haxelib --never git jsonpath https://github.com/EliteMasterEric/jsonpath | ||
haxelib --never git jsonpatch https://github.com/EliteMasterEric/jsonpatch | ||
haxelib --never git funkin.vis https://github.com/FunkinCrew/funkVis | ||
haxelib --never git grig.audio https://gitlab.com/haxe-grig/grig.audio | ||
haxelib --never git hxcpp https://github.com/HaxeFoundation/hxcpp | ||
haxelib --never install hxcpp-debug-server | ||
|
||
@echo off | ||
echo Finished |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters