anvilcraft4/README.md

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