Skip to content
Snippets Groups Projects
Commit 22058c5f authored by Ayane Satomi's avatar Ayane Satomi Committed by Asher
Browse files

[README] add Requirements section (#1000)


* [README] add Requirements section

This is based user feedback and testing. This may expand if need be

Signed-off-by: default avatarAyane Satomi <chinodesuuu@gmail.com>

* [README] raised the bar a bit more

Apparently we were targeting GLIBC 2.17

Signed-off-by: default avatarAyane Satomi <chinodesuuu@gmail.com>
parent 616bdb35
No related branches found
Tags 2.1523-vsc1.38.1
No related merge requests found
......@@ -18,6 +18,15 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home
![Screenshot](/doc/assets/ide.gif)
## Getting Started
### Requirements
- Minimum GLIBC version of 2.17 and a minimum version of GLIBCXX of 3.4.15.
- This is the main requirement for building Visual Studio Code. We cannot go lower than this.
- A 64-bit host with at least 1GB RAM and 2 cores.
- 1 core hosts would work but not optimally.
- Docker (for Docker versions of `code-server`).
### Run over SSH
Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment