Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.22 KB

build.md

File metadata and controls

36 lines (30 loc) · 1.22 KB

Building From source

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

If you don't have Darwin, use this command to download it locally.

curl -L -o darwin https://github.com/OUIsolutions/Darwin/releases/download/0.017/darwin.out
chmod +x darwin

If you want to install dependencies locally for development, do:

./darwin run_blueprint build/ --mode folder install_dependencies

Building From Docker

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

Building From Native

for building from native,you must have darwin installed on version 0.017,gcc and mingw installed,clone the repo then type

For Windows
./darwin run_blueprint build/ --mode folder build_windows_local
For Linux
./darwin run_blueprint build/ --mode folder  build_linux_local