diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-20 23:39:56 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-06-20 23:39:56 -0400 |
commit | 272558f7ceaeff7dcf5d4cea039fcecaa0c52cb8 (patch) | |
tree | 504b220b90e6027921e4cb973c9080e0820e24e4 | |
parent | 78800630cd34f70577335b36eb5c88689a3036ef (diff) | |
download | librambutan-272558f7ceaeff7dcf5d4cea039fcecaa0c52cb8.tar.gz librambutan-272558f7ceaeff7dcf5d4cea039fcecaa0c52cb8.zip |
unix-toolchain: Tweaks.
Use a :ref: to point to the IDE docs. Fix a path name mistake in the
OS X toolchain docs.
-rw-r--r-- | source/unix-toolchain.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index b9e6a8f..c7fc501 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -144,8 +144,8 @@ These instructions have been tested successfully on OS X 10.6.4. As stated previously, this document assumes a general level of Unix aptitude on the part of the reader; if you're uncomfortable using Terminal (or if you don't know what that means), then you should -probably stick with using the `Maple IDE -<http://leaflabs.com/docs/maple-ide/>`_ to write programs. +probably stick with using the :ref:`Maple IDE <ide>` to write +programs. **1. Collect and Install Tools** @@ -235,12 +235,12 @@ You first need to clone libmaple:: Then you need to get the cross-compilers we use to build a project. These are just modified versions of GCC; you can `download them for OS X here -<http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-osx32.tar.gz>`_. Assuming -you saved this file to +<http://static.leaflabs.com/pub/codesourcery/gcc-arm-none-eabi-latest-osx32.tar.gz>`_. Let's +say you saved this file to :file:`~/Downloads/gcc-blah-blah-osx32.tar.gz` -you can then unpack the archive and let OS X know where the compilers +You can then unpack the archive and let OS X know where the compilers live with :: $ cd ~/Downloads |