To compile in Windows, load the solution in Visual Studio 2022, and build.
In linux, make sure you have NET 8.0 installed
- clone this repo into a directory on your system (git clone)
- change to the repo directory (cd submit)
- build the solution (dotnet build)
- You will see a warning about FStream being used before being assigned a value. It isn't but .NET is picky.
- You will find the resulting binary in /submit/bin/Debug/net8.0 as 'submit' You can copy the entire contents of this directory into your path if you choose. (I like to put it in the TK's jcl directory)