Go to file
LordMZTE b5883bccd8
continuous-integration/drone/push Build is passing Details
chore: port build script to zig stage2
2022-08-22 14:57:23 +02:00
overrides feat: add rtp command 2022-08-10 23:47:36 +02:00
.drone.yml fix: remove broken haxe kubejs scripts 2022-06-30 13:40:34 +02:00
.gitignore init 2022-06-19 23:41:05 +02:00
.prettierrc.json5 feat: add rtp command 2022-08-10 23:47:36 +02:00
CHANGELOG.md feat: add rtp command 2022-08-10 23:47:36 +02:00
README.md docs: remove outdated haxe stuff from readme 2022-06-30 13:46:22 +02:00
build.zig chore: port build script to zig stage2 2022-08-22 14:57:23 +02:00
mods.txt chore: Changed palettefix URL from CDN to package registry 2022-08-06 15:03:13 +00:00
settings.zig feat: improve build script 2022-08-09 16:34:32 +02:00

README.md

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