docs: remove outdated haxe stuff from readme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2022-06-30 13:46:22 +02:00
parent 5169428ce2
commit 262679bab5
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -4,7 +4,6 @@ The 4th pack of the Anvilcraft series!
## Building ## Building
First, Install the dependencies required for compilation: First, Install the dependencies required for compilation:
- zig (master version) - zig (master version)
- haxe
- libcurl - libcurl
- libarchive - libarchive
@ -12,7 +11,6 @@ Arch:
```bash ```bash
paru -S \ paru -S \
zig-git \ zig-git \
haxe \
curl \ curl \
libarchive libarchive
``` ```
@ -20,17 +18,11 @@ paru -S \
Debian: Debian:
```bash ```bash
apt install \ apt install \
haxe \
libcurl4-openssl-dev \ libcurl4-openssl-dev \
libarchive-dev libarchive-dev
# install zig manually # install zig manually
``` ```
Install `kubejs-haxe`:
```bash
haxelib install kubejs
```
Run the build script: Run the build script:
```bash ```bash
./build.zig ./build.zig