aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-09-05 00:39:20 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-09-05 00:39:20 -0400
commit5494bff2f9239b92ad8841bb127d33948bccf150 (patch)
tree6de0e06f6432e3818aa8b3e3b9bf27c8da013978
parente0c984eeb74836c25205c23e783a3e43ee9433fa (diff)
downloadlibrambutan-5494bff2f9239b92ad8841bb127d33948bccf150.tar.gz
librambutan-5494bff2f9239b92ad8841bb127d33948bccf150.zip
unix-toolchain: Tweak requirements section.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r--source/unix-toolchain.rst25
1 files changed, 14 insertions, 11 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst
index 40d14ea..f767d7a 100644
--- a/source/unix-toolchain.rst
+++ b/source/unix-toolchain.rst
@@ -22,20 +22,23 @@ update this document.
Requirements
------------
-You need a Maple board, a Mini-B USB cable, and root (or
-Administrator) access to your computer. We assume you've had success
-with the IDE on your machine (this is important on Windows, as this
-document doesn't cover :ref:`driver installation
-<maple-ide-install-windows-drivers>`).
-
-On Linux and OS X, you need to know how to use a shell and edit your
-shell startup script (.bashrc, .tcshrc, etc.). (The Windows
-instructions are more detailed, since we assume many Windows users
-will be newer to the Unix shell). Some experience using `GCC
-<http://gcc.gnu.org/>`_ and `make
+You need:
+
+* Maple board
+* Mini-B USB cable
+* root (or Administrator) access to your computer.
+
+Some experience using `GCC <http://gcc.gnu.org/>`_ and `make
<http://www.gnu.org/software/make/>`_ is recommended, but is not
required.
+On Linux and OS X, you need to know how to use `bash
+<http://www.gnu.org/software/bash/>`_, and how to edit your .bashrc.
+
+We assume you've had success with the :ref:`Maple IDE <ide>` (this is
+important on Windows, as this document doesn't cover :ref:`driver
+installation <maple-ide-install-windows-drivers>`).
+
Setup
-----