Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 665 Bytes

DEVELOPMENT.md

File metadata and controls

31 lines (20 loc) · 665 Bytes

development

initial setup

first init the bflat repository:

git submodule update --init

then set up the nuget key according to https://github.com/bflattened/bflat/blob/master/BUILDING.md e.g. through command-line

dotnet nuget add source "https://nuget.pkg.github.com/bflattened/index.json" --name "bflat" --username <github_username> --password <github_api_key> --store-password-in-clear-text

then make sure bflat builds and compile layouts (takes a long time)

dotnet build src/bflat/bflat.csproj -t:BuildLayouts

then run the build script

`./build.sh`

after this the project should compile and run