Skip to content

Commit 22058c5

Browse files
sr229code-asher
authored andcommitted
[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: Ayane Satomi <[email protected]> * [README] raised the bar a bit more Apparently we were targeting GLIBC 2.17 Signed-off-by: Ayane Satomi <[email protected]>
1 parent 616bdb3 commit 22058c5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home
1818
![Screenshot](/doc/assets/ide.gif)
1919

2020
## Getting Started
21+
22+
### Requirements
23+
24+
- Minimum GLIBC version of 2.17 and a minimum version of GLIBCXX of 3.4.15.
25+
- This is the main requirement for building Visual Studio Code. We cannot go lower than this.
26+
- A 64-bit host with at least 1GB RAM and 2 cores.
27+
- 1 core hosts would work but not optimally.
28+
- Docker (for Docker versions of `code-server`).
29+
2130
### Run over SSH
2231
Use [sshcode](https://github.com/codercom/sshcode) for a simple setup.
2332

0 commit comments

Comments
 (0)