You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Have [yarn](https://classic.yarnpkg.com/en/) installed (which is used to install JS packages and run development scripts)
38
-
- Have [nfpm](https://github.com/goreleaser/nfpm) (which is used to build `.deb` and `.rpm` packages and [jq](https://stedolan.github.io/jq/) (used to build code-server releases) installed
39
-
40
-
The [CI container](../ci/images/debian10/Dockerfile) is a useful reference for all
41
-
of the dependencies code-server uses.
34
+
There are several differences, however. Here is what is needed:
35
+
36
+
-`node` v12.x or greater
37
+
-`git` v2.x or greater
38
+
-[`yarn`](https://classic.yarnpkg.com/en/)
39
+
- used to install JS packages and run scripts
40
+
-[`nfpm`](https://classic.yarnpkg.com/en/)
41
+
- used to build `.deb` and `.rpm` packages
42
+
-[`jq`](https://stedolan.github.io/jq/)
43
+
- used to build code-server releases
44
+
-[`gnupg`](https://gnupg.org/index.html)
45
+
- all commits must be signed an verified
46
+
- see GitHub's ["Managing commit signature verification"](https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification) or follow [this tutorial](https://joeprevite.com/verify-commits-on-github)
47
+
-`build-essential` (Linux)
48
+
-`apt-get install -y build-essential` - used by VS Code
0 commit comments