Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 989 Bytes

Building.md

File metadata and controls

17 lines (15 loc) · 989 Bytes

Building the project

Don't want to use the official releases?
Build the project yourself:

Requirements

Build an executable

  • Open a new commandline / shell in the repository-root
  • Move into src
  • Build the project dotnet build
  • Select the subfolder Aves (main project) and create an executable with dotnet publish -r <TargetedRuntime(OS)Identifier> -p:PublishSingleFile=true
  • Go back into the root, select ADB and publish it dotnet publish -c Release
  • Copy the generated content (e.g. ADB/bin/Debug/net8.0/publish) into the build folder
  • Run ADB.exe -r <TargetedRuntime(OS)Identifier> --bc <YourConfiguration(Release/Debug)>