Skip to content

SComps/submit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile in Windows, load the solution in Visual Studio 2022, and build.

In linux, make sure you have NET 8.0 installed

  1. clone this repo into a directory on your system (git clone)
  2. change to the repo directory (cd submit)
  3. build the solution (dotnet build)
  4. You will see a warning about FStream being used before being assigned a value. It isn't but .NET is picky.
  5. 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)

About

Submit job to hercules card reader port

Resources

Stars

Watchers

Forks

Packages

No packages published