File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1212 - name : Pulling the source
1313 uses : actions/checkout@v2
1414 - name : Setting up Haxe
15- uses : krdlab/setup-haxe@v1
15+ uses : krdlab/setup-haxe@v2
1616 with :
1717 haxe-version : 4.3.7
1818 - name : Restore existing build cache for faster compilation
Original file line number Diff line number Diff line change 1212 - name : Pulling the new commit
1313 uses : actions/checkout@v2
1414 - name : Setting up Haxe
15- uses : krdlab/setup-haxe@v1
15+ uses : krdlab/setup-haxe@v2
1616 with :
1717 haxe-version : 4.3.7
1818 - name : Restore existing build cache for faster compilation
Original file line number Diff line number Diff line change 1212 - name : Pulling the new commit
1313 uses : actions/checkout@v2
1414 - name : Setting up Haxe
15- uses : krdlab/setup-haxe@v1
15+ uses : krdlab/setup-haxe@v2
1616 with :
1717 haxe-version : 4.3.7
1818 - name : Restore existing build cache for faster compilation
Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ Here's the full guide on how to setup and compile Codename Engine!<br>
1515 <summary>Linux</summary>
1616
17171 . Install [ version 4.3.7 of Haxe] ( https://haxe.org/download/version/4.3.7/ ) .
18- 2 . Install ` g++ ` , if not present already.
19- 3 . Download and install [ ` git-scm ` ] ( https://git-scm.com/download/linux ) if not present already.
20- 4 . Run ` setup-unix.sh ` using the terminal or double-clicking it and wait for the libraries to install.
21- 5 . Once the libraries are installed, run ` haxelib run lime test linux ` to compile and launch the game (may take a long time)
18+ 2 . Install ` libvlc ` if not present already.
19+ - ℹ On certain Arch based distros installing ` vlc-plugins-all ` might solve if ` libvlc ` alone doesn't work.
20+ 3 . Install ` g++ ` , if not present already.
21+ 4 . Download and install [ ` git-scm ` ] ( https://git-scm.com/download/linux ) if not present already.
22+ 5 . Run ` setup-unix.sh ` using the terminal or double-clicking it and wait for the libraries to install.
23+ 6 . Once the libraries are installed, run ` haxelib run lime test linux ` to compile and launch the game (may take a long time)
2224 - ℹ You can run ` haxelib run lime setup ` to make the lime command global, allowing you to execute ` lime test linux ` directly.
2325</details >
2426<details >
You can’t perform that action at this time.
0 commit comments