Skip to content

instant-meshes minimal build with aarch64 support

License

Notifications You must be signed in to change notification settings

Matter-and-Form/instant-meshes

 
 

Repository files navigation

Minimal instant-meshes with aarch64 support.

This fork provides a minimal (non-gui) build with aarch64 support for instant-meshes.

Build Instructions

  1. Clone the repository.
git clone --depth 1 [email protected]:Matter-and-Form/instant-meshes.git

  1. Update submodules.
cd instant-meshes
git submodule update --init --recursive
  1. Native build: Run the native build script.
scripts/build
  1. Cross compile aarch64 build: Run the cross-compile aarch64 build script.
scripts/build-aarch64

About

instant-meshes minimal build with aarch64 support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 85.5%
  • C 12.1%
  • Shell 1.3%
  • CMake 1.1%