Skip to content

Commit

Permalink
documentation: update prerequisites
Browse files Browse the repository at this point in the history
The following commit updates the `prerequisites` for Linux
to include `sudo apt-get install build-essential`.

The change was first described in the following comment eclipse-theia#2174 (comment)
but was never included. It was also useful in resolving the issue eclipse-theia#7255.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and Sean Hellum committed Mar 12, 2020
1 parent bc58776 commit ece1915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ Some additional tools and libraries are needed depending on your platform:
- [make](https://www.gnu.org/software/make/)
- [gcc](https://gcc.gnu.org/) (or another compiling toolchain)
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
- build-essential: `sudo apt-get install build-essential`
- Dependencies for `native-keymap` node native extension:
- Debian-based: `sudo apt-get install libx11-dev libxkbfile-dev`
- Red Hat-based: `sudo yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 # or .i686`
Expand Down

0 comments on commit ece1915

Please sign in to comment.