There are a couple of required build tools that are needed to build an app.
The client side is written in Rust. It can be installed via rustup
:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Is responsible for managing the build process of C/C++ third party libraries. It can be installed directly from cmake.org or via brew.sh.
brew install cmake
git clone [email protected]:feenkcom/gtoolkit-vm.git
cd gtoolkit-vm
After cloning the repository please update the submodules:
git submodule update --init --recursive
cargo run --package vm-builder -- --app-name GlamorousToolkit --identifier com.gtoolkit --release