Splinter uses CMake, and comes with a configure script to manage the various
build options:
Use: ./configure [options], Where [optiona] are:
--with-lua
--with-wasm
--with-rust
--with-embeddings
--with-numa
--with-llamaIf you just want KV and embeddings:
./configure --with-embeddingsIf you want embeddings and llama:
./configure --with-embeddings --with-llamaIf you want to build the whole kitchen sink:
./configure --devNext, use make and sudo -E make install to install the compiled programs and
other build artifacts.