Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 1015 Bytes

Building.md

File metadata and controls

17 lines (15 loc) · 1015 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/netcoreapp3.1/publish) into the build folder
  • Run ADB.exe -r <TargetedRuntime(OS)Identifier> --bc <YourConfiguration(Release/Debug)>