Skip to content

Commit 96aac15

Browse files
committed
lets try
1 parent fa135df commit 96aac15

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

building/BUILDING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1717
1. 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>

0 commit comments

Comments
 (0)