Skip to content

Build instructions #17

Closed
Closed
@rkeene

Description

@rkeene

No build instructions for this software. It would be helpful to know how to build it from the release tarball.

Activity

kylecarbs

kylecarbs commented on Mar 5, 2019

@kylecarbs
Member

This is planned. For now you can do:

yarn
yarn task build:server:binary

It should output to packages/server/cli-[platform]

grant

grant commented on Mar 6, 2019

@grant

Also use node >=8 and <9.

muojp

muojp commented on Mar 6, 2019

@muojp
bketelsen

bketelsen commented on Mar 6, 2019

@bketelsen

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.

nhooyr

nhooyr commented on Mar 7, 2019

@nhooyr
Contributor

Dockerfile is available for those of you who want to dev for linux.

nhooyr

nhooyr commented on Mar 8, 2019

@nhooyr
Contributor

So lets just document the existence of the Dockerfile and for other platforms, people can look at the .travis.yml.

self-assigned this
on Mar 8, 2019
uddmorningsun

uddmorningsun commented on Mar 9, 2019

@uddmorningsun

I have tried in CentOS, record in #23 (comment) , hope that help others

tvarwig

tvarwig commented on Mar 12, 2019

@tvarwig

After I run yarn task build:server:binary everything builds successfully from what I can see but there are no binaries in packages/server/cli- there are no cli directories under packages/server

activatedgeek

activatedgeek commented on Mar 13, 2019

@activatedgeek

I was able to get a full build working however on running I get the following error:

Error: /lib64/libstdc++.so.6: version GLIBCXX_3.4.20' not found`.

I installed the latest library which contains that version but is on a non-standard path. I updated LD_LIBRARY_PATH but to no effect. Any suggestions?

19 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

docsDocumentation related

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @bketelsen@grant@muojp@NGTmeaty@jsjoeio

      Issue actions

        Build instructions · Issue #17 · coder/code-server