-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[Feat]: code-server Termux tar.gz build #5515
Comments
Is there any update on this feature request? I am looking forward to seeing that feature being implemented. |
This could be nice. I'm not sure how difficult or how we'd actually do it though. Do you have any suggestions? |
Only two of the files are compiled executables - Again, I am not sure how hard it is. |
Is that it? That doesn't sound terribly difficult... Only thing I'd want though is to be able to add it as part of our platform steps in @code-asher any thoughts? |
That may be all, or only one part (sorry I am quite a noob, so idk). |
I think it is a good idea; I started looking into this briefly a
while back but I did not get very far so I do not know how
difficult it is to compile for Termux.
|
Any updates on implementing this feature? |
I don't think we have bandwidth to look into this. The biggest question still stands:
feel free to research and share what you learn! |
Apparently, this is already available through To install, run:
We may add this to the documentation. Btw, the IMO this is already fixed because I found a way to install |
This is already in the docs: https://coder.com/docs/code-server/latest/termux#install |
What is your suggestion?
Generate a tar.gz build for Termux
Why do you want this feature?
The installation of code-server on Android requires downloading a huge load of dependencies (i.e.
build-essential
,yarn
, etc.). It is not that convenient. So, I think a build for Termux should be added to the releases (much like the currently available.tar.gz
build for Linux).Please add this feature. It will make the installation 10 times easier + better.
The text was updated successfully, but these errors were encountered: