-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux usage #4
Comments
I am also experimenting this update here if you succeeded doing this . |
At present, no. The app is compiled under a .NET Framework version that is tied to Windows. That would require an upgrade to .NET Core and a complete split of the Console from the GUI. I’ll keep you posted, as I’m working on splitting the Console code from the UI. But to get to .NET Core (and a Linux compatible version), the UI will need a massive piece of redevelopment too. |
@dommyzee I created a not tested version of this project that compiles with .net in 2 modes: Console, which runs also in Linux, and with winforms. The terminal version now outputs a file on Windows and on Linux. You cat take a look here how I am progressing: |
Hi, is there a way to compile and run it on linux without visual studio? Can I use this via command line?
The text was updated successfully, but these errors were encountered: