diff options
author | tarabit190 <[email protected]> | 2018-08-13 09:51:39 +0800 |
---|---|---|
committer | tarabit190 <[email protected]> | 2018-08-13 09:56:08 +0800 |
commit | 2fd47c86fc9ebc78883cca7797cecc53b5f7effc (patch) | |
tree | ea84590afbdc2c59b9825a676560b5753b7b440c /HOWTO | |
parent | 503f6c802b2561881e0d4a62b32d7ee71575f319 (diff) | |
download | otp-2fd47c86fc9ebc78883cca7797cecc53b5f7effc.tar.gz otp-2fd47c86fc9ebc78883cca7797cecc53b5f7effc.tar.bz2 otp-2fd47c86fc9ebc78883cca7797cecc53b5f7effc.zip |
No need X Windows' headers and libraries to build Erlang since v20.0
Since OTP-20.0, the gs application has been removed.
Please refer to OTP-13703 in the following link
http://erlang.org/download/otp_src_20.0-rc1.readme for further info.
Diffstat (limited to 'HOWTO')
-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. |