minecraft-pi-reborn/docs/BUILDING.md
TheBrokenRail ed9bef8492
Some checks reported errors
minecraft-pi-reborn/pipeline/head Something is wrong with the build of this commit
2.4.0
2022-07-15 17:27:21 -04:00

487 B

Building

Dependencies

Debian/Ubuntu

./scripts/install-dependencies.sh

Instructions

./scripts/build.sh <client|server> <armhf|arm64|i686|amd64>

Custom CMake Arguments

./scripts/setup.sh <client|server> <armhf|arm64|i686|amd64> <Custom CMake Arguments>
./scripts/build.sh <client|server> <armhf|arm64|i686|amd64>

Environment Variables

  • MCPI_TOOLCHAIN_USE_DEFAULT_SEARCH_PATHS: Use Default CMake Search Paths Rather Than Guessing