Supported targets:
x86_64-pc-windows-msvc
x86_64-pc-linux-gnu
x86_64-apple-darwin
arm64-apple-darwin
(experimental)git clone https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
cmake .. -G "Visual Studio 16 2019" -Thost=x64 -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release
bin
directory to the system PATH
.In Powershell:
[Environment]::SetEnvironmentVariable(
"Path",
[Environment]::GetEnvironmentVariable("Path", "User") + ";path\to\bl\bin",
"User"
)
apt-get install git cmake build-essential llvm-11-dev
git clone https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
cmake ..
make
bin
directory to the system PATH
.export PATH=$PATH:/path/to/your/bl/bin
xcode-select --install
.brew install git cmake llvm
.git clone https://github.com/travisdoor/bl.git
cd bl
mkdir build
cd build
cmake ..
make
bin
directory to the system PATH
.export PATH=$PATH:/path/to/your/bl/bin
note: M1 support is experimental.