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

Making a x86 build for Linux #19

Open
Nanandmic567 opened this issue Jan 27, 2021 · 4 comments
Open

Making a x86 build for Linux #19

Nanandmic567 opened this issue Jan 27, 2021 · 4 comments
Labels
wontfix This will not be worked on

Comments

@Nanandmic567
Copy link

Yeah...

First of all, your project is quite interest and I wanted to try that out but... How about x86 Linux build one?
I know this a little bit old on some machines, but it's important to some people that don't have newer devices. Or some older Android phone maybe?

As always, Thank you. ❤️

@atauenis
Copy link
Owner

Sadly, but currently .NET Core does not support x86 on Linux at all (dotnet/runtime#7335). So it is impossible to build a x86 Linux build using official SDK from Microsoft.

Probably x86 binaries can be built via unofficial SDKs and Runtimes, however currently I haven't tried them. Quick googling found that most of them are obsolete and don't know about .NET Core 3.1.

I also have a lot of 32-bit PCs, but currently I'm limited to use Win7/8.1 on them to run WebOne.

Old Android smartphones are using ARM32 architecture, and there are binaries for it. However, I haven't checked them on Android.

@atauenis atauenis added the wontfix This will not be worked on label Jan 27, 2021
@mrx23dot
Copy link

Was there a technical reason you chose .NET over C or Go? Cheers

@atauenis
Copy link
Owner

I've chosen C# as it is single modern language which I know enough far to develop something from scratch. :) The other choices was VB6 and VBScript, which are worst ideas.

@Randrianasulu
Copy link

https://github.com/Servarr/dotnet-linux-x86

(not sure if it works, noticed while jumping down to issue page mentioned here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants