anvilcraft4/README.md
LordMZTE 262679bab5
All checks were successful
continuous-integration/drone/push Build is passing
docs: remove outdated haxe stuff from readme
2022-06-30 13:46:22 +02:00

30 lines
392 B
Markdown

# Anvilcraft 4
The 4th pack of the Anvilcraft series!
## Building
First, Install the dependencies required for compilation:
- zig (master version)
- libcurl
- libarchive
Arch:
```bash
paru -S \
zig-git \
curl \
libarchive
```
Debian:
```bash
apt install \
libcurl4-openssl-dev \
libarchive-dev
# install zig manually
```
Run the build script:
```bash
./build.zig
```