From 170f0392c3e10d5304070885c24441989f397a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Thu, 30 Jul 2009 13:01:57 +0000 Subject: [PATCH] Add links to packages for Puppy Linux, as listed by Scott Kemp. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31967 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../en/installation/install-source-linux.html | 28 +++++++++++++++++-- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/userguide/en/installation/install-source-linux.html b/userguide/en/installation/install-source-linux.html index 42c5073e..82783aeb 100644 --- a/userguide/en/installation/install-source-linux.html +++ b/userguide/en/installation/install-source-linux.html @@ -35,16 +35,38 @@

The following will show you step by step how to get Haiku's source code and build tools, how to compile it all and how to generate either a VMWare image or directly install onto a partition or USB drive. You'll also learn how to exchange data with an image or an installation on it's partition.

-

Note: This guide is based on Ubuntu 8.10, but should generally work the same way on all other Linux distributions. Some changes may apply.

+

Note: This guide is based on Ubuntu 8.10, but should generally work the same way on all other Linux distributions. Some known differences for other distributions are mentionned. Some changes may apply.

Downloading the tools and the Haiku source

  1. Install all needed packages:

    +
    +
    Debian & Ubuntu
    +

    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
  2. +
    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
    +
    sudo apt-get install libc6-dev-i386 gcc-multilib g++-multilib
    + + +
    Puppy Linux
    +
    +

    You'll need the following packages:

    + +

    +Here is a premade Puppy iso containing all of the necessary tools - just burn it. +

    +
    + + + +
  3. Create the Haiku development directories and get the Haiku build tools source:

    mkdir develop