From add7e54ccaf61859874527feda2b51ea172ce697 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 15 Jan 2014 17:49:14 -0500 Subject: unix-toolchain: linux: fix ia32-libs instruction for ubuntu 13 Sigh. Signed-off-by: Marti Bolivar --- source/unix-toolchain-linux-setup.rst | 3 +++ 1 file changed, 3 insertions(+) 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 `_ with :: -- cgit v1.2.3