for building from source, type
curl -L https://github.com/OUIsolutions/Nublar/releases/download/0.001/nublar.c -o nublar.c &&
gcc nublar.c -o nublar.out
curl -L -o darwin https://github.com/OUIsolutions/Darwin/releases/download/0.017/darwin.out
chmod +x darwin
./darwin run_blueprint build/ --mode folder install_dependencies
for building from docker,you must have darwin installed on version 0.017 and docker/podman installed,clone the repo then type
./darwin run_blueprint build/ --mode folder Create_all_docker_images build_linux_from_docker build_windows_from_docker
for building from native,you must have darwin installed on version 0.017,gcc and mingw installed,clone the repo then type
./darwin run_blueprint build/ --mode folder build_windows_local
./darwin run_blueprint build/ --mode folder build_linux_local