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:58:46 -0500
commitf795d62b6d6c80a6b7c3d510cc262e976787844f (patch)
tree2065c6f9f3144638a9a780b1d08275d7a54dc84f
parentlwIP configuration & build files (diff)
downloadrtems-source-builder-f795d62b6d6c80a6b7c3d510cc262e976787844f.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
^^^^^^^^^