Skip to content

Building From Source

John Andrews edited this page Jul 13, 2023 · 3 revisions

To build Fenrus from source.

Docker

You can use the docker.sh file to build the docker container, this will be Fenrus within docker and create a new image for you.

Local

You need dotnet 7 SDK installed first

Then run

dotnet publish -c Release -o /build /app/Fenrus.csproj

-o Is the output path to build it to.