From 385514aae54826693c49677e304c023c343c25fb Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 9 Nov 2013 16:41:14 +0100 Subject: [PATCH] latest --- www/download.fr.html | 30 ++++++++---------------------- www/download.html | 28 +++++++--------------------- 2 files changed, 15 insertions(+), 43 deletions(-) diff --git a/www/download.fr.html b/www/download.fr.html index bfea55d..78cd15b 100644 --- a/www/download.fr.html +++ b/www/download.fr.html @@ -57,28 +57,13 @@ tt { background-color: #e0e0e0; }

Sur Ubuntu*

-

Natty ou supérieur :

    -
  1. sudo add-apt-repository ppa:booh/nightly
  2. +
  3. sudo add-apt-repository ppa:booh/ppa
  4. sudo apt-get update
  5. sudo apt-get install booh
-

Plus ancienne :

-
    -
  1. mettez un fichier booh.list dans /etc/apt/sources.list.d avec comme contenu : -
    -deb http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
    -deb-src http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
    -
    - les versions suivantes sont disponibles : maverick, lucid, karmic. -
  2. - -
  3. sudo apt-get update
  4. - -
  5. sudo apt-get install booh
  6. -
- + -

Si votre version de Debian n'est pas disponible, essayez de compiler

+

Si votre version de Debian/Ubuntu n'est pas disponible, essayez de compiler

    -
  1. Vérifiez que la ligne suivante est quelque part dans les sources d'APT : +
  2. Mettez un fichier booh.list dans /etc/apt/sources.list.d avec comme contenu :
    -deb http://ppa.launchpad.net/booh/ppa/ubuntu natty main
    -deb-src http://ppa.launchpad.net/booh/ppa/ubuntu natty main
    +deb http://ppa.launchpad.net/booh/ppa/ubuntu saucy main
    +deb-src http://ppa.launchpad.net/booh/ppa/ubuntu saucy main
     
    - (faites sudo apt-get update si vous avez modifié les sources d'APT pour cela) + puis faites sudo apt-get update.
  3. faites sudo apt-get build-dep booh && apt-get --compile source booh
  4. diff --git a/www/download.html b/www/download.html index df71d61..dfb1610 100644 --- a/www/download.html +++ b/www/download.html @@ -57,28 +57,13 @@ tt { background-color: #e0e0e0; }

    On Ubuntu*

    -

    Natty or more recent:

    1. sudo add-apt-repository ppa:booh/nightly
    2. sudo apt-get update
    3. sudo apt-get install booh
    -

    Older:

    -
      -
    1. put a booh.list file in /etc/apt/sources.list.d with content: -
      -deb http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
      -deb-src http://ppa.launchpad.net/booh/ppa/ubuntu YOUR_UBUNTU_VERSION_HERE main 
      -
      - the following ubuntu versions are available: natty, maverick, lucid, karmic. -
    2. - -
    3. sudo apt-get update
    4. - -
    5. sudo apt-get install booh
    6. -
    - + -

    If your Ubuntu/Debian version is not available, try building

    +

    If your Debian/Ubuntu version is not available, try building

      -
    1. Make sure the following line is somewhere in the APT sources: +
    2. Put a booh.list file in /etc/apt/sources.list.d with content:
      -deb http://ppa.launchpad.net/booh/ppa/ubuntu natty main
      -deb-src http://ppa.launchpad.net/booh/ppa/ubuntu natty main
      +deb http://ppa.launchpad.net/booh/ppa/ubuntu saucy main
      +deb-src http://ppa.launchpad.net/booh/ppa/ubuntu saucy main
       
      - (issue sudo apt-get update if you modified the APT sources for that) + then issue sudo apt-get update.
    3. issue sudo apt-get build-dep booh && apt-get --compile source booh
    4. -- 2.21.3