Skip to content

Commit

Permalink
Fix package name for libX11 for Red Hat based OS
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier authored and benoitf committed Nov 26, 2019
1 parent f8aa946 commit 0f16fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Some additional tools and libraries are needed depending on your platform:
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
- 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`
- Red Hat-based: `sudo yum install libX11-devel.x86_64 libxkbfile-devel.x86_64 # or .i686`
- FreeBSD: `sudo pkg install libX11`

- Linux/MacOS
Expand Down

0 comments on commit 0f16fe8

Please sign in to comment.