diff options
author | Lukas Larsson <[email protected]> | 2018-08-13 08:45:01 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-13 08:45:01 +0200 |
commit | 28ca64f053ed6c84f458dca595f7b73daddedaba (patch) | |
tree | ea84590afbdc2c59b9825a676560b5753b7b440c | |
parent | 503f6c802b2561881e0d4a62b32d7ee71575f319 (diff) | |
parent | 2fd47c86fc9ebc78883cca7797cecc53b5f7effc (diff) | |
download | otp-28ca64f053ed6c84f458dca595f7b73daddedaba.tar.gz otp-28ca64f053ed6c84f458dca595f7b73daddedaba.tar.bz2 otp-28ca64f053ed6c84f458dca595f7b73daddedaba.zip |
Merge pull request #1923 from tarabit190/no_need_X_Windows_to_build_Erlang
No need X Windows' headers and libraries to build Erlang since v20.0
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 2597794496..456dafeba5 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -77,8 +77,6 @@ also find the utilities needed for building the documentation. Download from <http://www.oracle.com/technetwork/java/javase/downloads>. We have also tested with IBM's JDK 1.6.0. -* X Windows -- Development headers and libraries are needed - to build the Erlang/OTP application `gs` on Unix/Linux. * `flex` -- Headers and libraries are needed to build the flex scanner for the `megaco` application on Unix/Linux. * wxWidgets -- Toolkit for GUI applications. |