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

392 B

Anvilcraft 4

The 4th pack of the Anvilcraft series!

Building

First, Install the dependencies required for compilation:

  • zig (master version)
  • libcurl
  • libarchive

Arch:

paru -S \
    zig-git \
    curl \
    libarchive

Debian:

apt install \
    libcurl4-openssl-dev \
    libarchive-dev
# install zig manually

Run the build script:

./build.zig