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

Will termux support .net core ??? #1625

Closed
lephamduythong opened this issue Jul 3, 2020 · 1 comment
Closed

Will termux support .net core ??? #1625

lephamduythong opened this issue Jul 3, 2020 · 1 comment

Comments

@lephamduythong
Copy link

Feature description
I followed this instruction : https://gist.github.com/richlander/467813274cea8abc624553ee72b28213
I downloaded dotnet SDK using "curl -SL -o dotnet.tar.gz https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz"
I "mkdir dotnet" to create dotnet folder
I extracted tar.gz file to ~/dotnet/ folder using "tar -zxf dotnet.tar.gz -C ~/dotnet"
I run "./dotnet" but it showed:
"bash: ./dotnet: No such file or directory"
Will dotnet SDK support this ??

@Grimler91
Copy link
Member

It won't work unless dotnet is compiled specifically for android.
bash: ./dotnet: No such file or directory happens because dotnet has been compiled against a libc that is incompatible with android's libc (bionic).

dotnet was requested in termux/termux-packages#516. It will be available when someone manages to (cross-)compile it for termux

@ghost ghost locked and limited conversation to collaborators Oct 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants