Skip to content
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

Open
sils opened this issue May 4, 2016 · 3 comments
Open

Linux usage #4

sils opened this issue May 4, 2016 · 3 comments

Comments

@sils
Copy link

sils commented May 4, 2016

Hi, is there a way to compile and run it on linux without visual studio? Can I use this via command line?

@zain-CSsol
Copy link

I am also experimenting this update here if you succeeded doing this .

@dommyzee
Copy link
Contributor

Hi, is there a way to compile and run it on linux without visual studio? Can I use this via command line?

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.

@RandallFlagg
Copy link

@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.
It is still being tested manually as there are no tests in the code and refactored as needed.

The terminal version now outputs a file on Windows and on Linux.

You cat take a look here how I am progressing:
https://github.com/RandallFlagg/VCG/tree/LibSeparation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants