Compiling
You can follow these steps to compile Fedoraware yourself.
- Download and install Visual Studio 2022 Community.
- Clone the repository or click the green Code button and choose Download ZIP.
- Extract the downloaded file (if necessary) and open the
Fedoraware/Fedoraware.sln
file. - Inside Visual Studio, set the build-mode (top right) to Release and click Build or press CTRL+Shift+B .
- The built binary should now be inside the
Fedoraware/Release
folder.