diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-23 16:34:49 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-09-23 16:34:49 -0400 |
commit | ea6087a26a44ad8c7362b23143eafa2c64dcc125 (patch) | |
tree | f653ce42d47f4ad28badf9c169d9ec7d439d2794 /source/unix-toolchain.rst | |
parent | 33dd48cd16e51466188a28a37cc2a2b3b3f4305d (diff) | |
download | librambutan-ea6087a26a44ad8c7362b23143eafa2c64dcc125.tar.gz librambutan-ea6087a26a44ad8c7362b23143eafa2c64dcc125.zip |
unix-toolchain: Add some Fedora instructions.
These are preliminary and should be improved.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'source/unix-toolchain.rst')
-rw-r--r-- | source/unix-toolchain.rst | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source/unix-toolchain.rst b/source/unix-toolchain.rst index cb23782..ec9e47c 100644 --- a/source/unix-toolchain.rst +++ b/source/unix-toolchain.rst @@ -46,7 +46,9 @@ Linux ^^^^^ These instructions are oriented towards Linux users using a -contemporary Debian-based distribution. +contemporary, 32-bit Debian-based distribution. If you use another +Linux operating system and you have any tips to offer, please us at +info@leaflabs.com or post in the `forum`_. Thanks! **1. Collect and Install Tools** @@ -55,6 +57,12 @@ First, you'll need some tools:: $ sudo aptitude install build-essential git-core wget screen dfu-util \ openocd python python-serial +A user report says that on Fedora, the following will install Git, +wget, screen, dfu-util, Python, and PySerial, although it won't +install GCC, etc.:: + + $ yum install screen wget git pyserial dfu-util openocd + You'll want to install a bunch of developer "basics" like ``make``, ``tar``, etc. A good catch-all for these tools is the ``build-essential`` meta-package on most Debian platforms: installing |