diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2014-01-15 17:49:14 -0500 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2014-01-15 17:49:14 -0500 |
commit | add7e54ccaf61859874527feda2b51ea172ce697 (patch) | |
tree | 33421752af4fc9fc0d15f12ddfc7b894a3971a21 | |
parent | 6c51f1566e6f2505697b7747924fd438ebc437eb (diff) | |
download | librambutan-add7e54ccaf61859874527feda2b51ea172ce697.tar.gz librambutan-add7e54ccaf61859874527feda2b51ea172ce697.zip |
unix-toolchain: linux: fix ia32-libs instruction for ubuntu 13
Sigh.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | source/unix-toolchain-linux-setup.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/unix-toolchain-linux-setup.rst b/source/unix-toolchain-linux-setup.rst index cd0d5f9..c1333e1 100644 --- a/source/unix-toolchain-linux-setup.rst +++ b/source/unix-toolchain-linux-setup.rst @@ -45,6 +45,9 @@ First, you'll need some tools. # 64-bit systems only! $ sudo apt-get install ia32-libs + # As of Ubuntu 13, you should do this instead: + $ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 + You may also need to remove `brltty <http://mielke.cc/brltty/>`_ with :: |