docs: remove outdated haxe stuff from readme
continuous-integration/drone/push Build is passing Details

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
1 changed files with 0 additions and 8 deletions

View File

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