diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html index 6911a507ef..a4ae5422fa 100644 --- a/docs/userguide/en/installation/install-source-linux.html +++ b/docs/userguide/en/installation/install-source-linux.html @@ -40,9 +40,13 @@
Install all needed packages:
+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
Create the Haiku development directories and get the Haiku build tools source.:
+On 64-bit systems, you will also need the libc6-dev-i386 package:
+sudo apt-get install libc6-dev-i386
Create the Haiku development directories and get the Haiku build tools source:
mkdir develop cd develop mkdir haiku