diff --git a/userguide/en/installation/install-source-linux.html b/userguide/en/installation/install-source-linux.html index a4ae5422..36be8a0b 100644 --- a/userguide/en/installation/install-source-linux.html +++ b/userguide/en/installation/install-source-linux.html @@ -43,8 +43,8 @@
On Ubuntu you can do so by clicking here, or use the command line:
sudo apt-get install subversion autoconf automake texinfo flex bison gawk build-essential yasm-
On 64-bit systems, you will also need the libc6-dev-i386 package:
-sudo apt-get install libc6-dev-i386+
On 64-bit systems, you will also need the libc6-dev-i386, gcc-multilib, and g++-multilib packages:
+sudo apt-get install libc6-dev-i386 gcc-multilib g++-multilib
Create the Haiku development directories and get the Haiku build tools source:
mkdir develop