Initially run ./tools/setup/init.sh
(optionally providing make parameters), to fetch and install dependencies.
./tools/setup/init.sh CXX=g++-11
To compile the project itself, use make
make CXX=g++-11
After compilation executable files will be created in the out
folder.
./out/name_of_the_sketch