Building Source Code
Last updated
Was this helpful?
Last updated
Was this helpful?
In order to rebuild the source-code, .NET and C# knowledge is must! The FBCE
project targets .NET Standard, and FBCE.Desktop
targets .NET 5, so you need to on your machine.
You can use Visual Studio 2019, JetBrains Ride. All you need to do is to open .sln file that is located inside source-code
folder and build solution directly on the IDE.
The FBCE.Desktop
project uses Avalonia to build cross-platform desktop app. You might want to to make development much easier.
Navigate to source-code
folder and execute bellow commands;
The build files will be located inside bin
folder.
Navigate to source-code → src → FBCE.Desktop
folder and execute:
This command will publish single file, self-contained desktop application for Windows (x64 and x86), macOS (x64) and Linux (x64).