summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
^^^^^^^^^