This fork provides a minimal (non-gui) build with aarch64 support for instant-meshes.
- Clone the repository.
git clone --depth 1 [email protected]:Matter-and-Form/instant-meshes.git
- Update submodules.
cd instant-meshes
git submodule update --init --recursive
- Run the build script to build instant-meshes.
scripts/build-instant-meshes
- Cross compile aarch64 in Raspbian-11 docker container. Run Raspbian-11 docker container with a shared volume to instant-meshes.
docker run -v .:/instant-meshes -it ghcr.io/matter-and-form/debian-bullseye-cc-raspbian-11-aarch64
In the docker container, go to the instant-meshes directory and run the build script for aarch64 cross-compile.
cd instant-meshes/
scripts/build aarch64