-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Build instructions #17
Comments
This is planned. For now you can do: yarn
yarn task build:server:binary It should output to packages/server/cli-[platform] |
Also use node >=8 and <9. |
|
be sure that the node version you have installed has an appropriate release for nexe/nexe, I had node 8.15.1, but there's only 8.15.0 in nexe, so I downgraded node to get this to build. |
Dockerfile is available for those of you who want to dev for linux. |
So lets just document the existence of the Dockerfile and for other platforms, people can look at the .travis.yml. |
I have tried in |
After I run |
I was able to get a full build working however on running I get the following error:
I installed the latest library which contains that version but is on a non-standard path. I updated |
I actually realized that I was building from master. When I built from the latest tag, it worked. Thanks! |
Is there no way to build from master and get a binary? |
I believe there's a yarn task to build and get a binary. I'd reference our Dockerfile. |
I met the same problem recently, build instructions are needed for users to run this software on some old versions of OSes. |
We are adding better documentation to our April to-do list. Sorry it has taken so long 🤕 |
A new issue was opened on this #417 |
Closing in favor of #417. |
hi, the Dockerfile is missing, can you share it? |
We no longer have a Dockerfile that builds code-server but we have
documentation for building here: https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md#build
|
If you are looking for our release image though (it takes an already-built code-server as input) that can be found here: https://github.com/coder/code-server/blob/main/ci/release-image/Dockerfile |
I am follow the steps to do building. My centos 7 mechine's GLIBC version is 2.17. So i attempt to upgrade GLIBC to 2.25. But fail. |
What happens if you run |
I meet the same problem, can you tell me how do you fix it? |
No build instructions for this software. It would be helpful to know how to build it from the release tarball.
The text was updated successfully, but these errors were encountered: