./tools/setup/init.sh CXX=g++-11
./tools/setup/update.sh CXX=g++-11
./tools/setup/install.sh CXX=g++-11
Note: This script is used internally by init.sh
and update.sh
, so you don't usually need it, but it can be handy in some situations. For example, if compilation fails because of wrong make parameters, you can skip the cloning/updating phase, and jump to installation directly.