diff --git a/docs/userguide/en/installation/install-source-linux.html b/docs/userguide/en/installation/install-source-linux.html index 431195a8ba..42c5073e07 100644 --- a/docs/userguide/en/installation/install-source-linux.html +++ b/docs/userguide/en/installation/install-source-linux.html @@ -40,8 +40,8 @@

Downloading the tools and the Haiku source

  1. 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
  2. +

    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 wget

    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