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

Compile on Linux #194

Open
qgjdev opened this issue Oct 31, 2024 · 4 comments
Open

Compile on Linux #194

qgjdev opened this issue Oct 31, 2024 · 4 comments
Labels
LINUX question Further information is requested

Comments

@qgjdev
Copy link

qgjdev commented Oct 31, 2024

Hey people,
I'm trying to get this awesome project to run on Ubuntu 22.04, however without any success. I've gotten as far as to open the project in VS code, however code complains about missing dotnet 4.7 components. I followed the instructions on github and installed dotnet-sdk-8.0 as well, however I'm getting the same error messages. Is there anything else to take care of?

Thanks a lot in advance!

@Sebanisu
Copy link
Collaborator

It was wrote with old version of dot net. I think you need mono to installed on linux to cover for the dotnet framework 4.7 We used mono to run it back in the day. It's been a while since I have tried my self.

@Sebanisu Sebanisu added question Further information is requested LINUX labels Oct 31, 2024
@Sebanisu
Copy link
Collaborator

Sebanisu commented Oct 31, 2024

oh and it has two different runtime one for Linux and one for Windows. I think the only thing different was some compile flags so some code was skipped that only worked on Windows.

@qgjdev
Copy link
Author

qgjdev commented Nov 1, 2024

I have mono installed as well, however still the same error. Do I need a certain version of mono?

@Sebanisu
Copy link
Collaborator

Sebanisu commented Nov 1, 2024

I donno. Would need to try stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LINUX question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants