summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHesham Almatary <heshamelmatary@gmail.com>2015-08-18 08:37:04 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-08-18 09:59:47 -0500
commit0d59530b2f3d8cc65c43fbf3b739750dfa9e066e (patch)
tree0d00cb1647712239533cbd6b56c6a21190286f4b
parentrtems/netsnmp: Disable SMP builds. (diff)
downloadrtems-source-builder-0d59530b2f3d8cc65c43fbf3b739750dfa9e066e.tar.bz2
doc: zlib1g-dev package needs to be installed on Linux Mint
-rw-r--r--doc/source-builder.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index b5c7e3c..fa75fe1 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -3150,6 +3150,16 @@ The RTEMS Source Builder has been tested on Mountain Lion. You will need to
install the Xcode app using the _App Store_ tool, run Xcode and install the
Developers Tools package within Xcode.
+Linux Mint
+^^^^^^^^^^
+
+zlib package is required on Linux Mint. It has a different name (other
+than the usual zlib-dev):
+
+-------------------------------------------------------------
+# sudo apt-get install zlib1g-dev
+-------------------------------------------------------------
+
Mavericks
^^^^^^^^^