From 898269798185a58304e52e83f0fc1f0353d4a4d3 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 30 Mar 2006 19:21:20 +0000 Subject: Update the install docs to make explicit note of libdrm version dependency. Change pdx.fd.o to {anon,}cvs.fd.o as appropriate. --- docs/cvs_access.html | 8 ++++---- docs/fbdev-dri.html | 4 ++-- docs/install.html | 20 ++++++-------------- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/docs/cvs_access.html b/docs/cvs_access.html index c57f1c8329..797bcb693c 100644 --- a/docs/cvs_access.html +++ b/docs/cvs_access.html @@ -40,14 +40,14 @@ Here are the basic instructions for Unix systems: Version 1.9.28 is known to work.
  • Login as an anonymous user:
    -    cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa login
    +    cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa login
         
    Just press Enter/Return when prompted for a password.

  • Check out the code:
    -    cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa co Mesa
    +    cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa co Mesa
         
    @@ -56,7 +56,7 @@ Here are the basic instructions for Unix systems:
    1. cd Mesa -
    2. cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/mesa update +
    3. cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/mesa update
    @@ -86,7 +86,7 @@ with: followed by:
    -   cvs -d:ext:yourusername@pdx.freedesktop.org:/cvs/mesa co Mesa
    +   cvs -d:ext:yourusername@cvs.freedesktop.org:/cvs/mesa co Mesa
     

    diff --git a/docs/fbdev-dri.html b/docs/fbdev-dri.html index 18b0ca815e..4af503932b 100644 --- a/docs/fbdev-dri.html +++ b/docs/fbdev-dri.html @@ -70,13 +70,13 @@ They're found in a module of the DRI CVS tree. To obtain the code do the following:

    -   cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri login
    +   cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri login
     

    Press Enter/Return when prompted for a password. Then,

    -   cvs -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm
    +   cvs -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
     

    diff --git a/docs/install.html b/docs/install.html index 129daced42..fbaf8fe9f3 100644 --- a/docs/install.html +++ b/docs/install.html @@ -50,26 +50,18 @@ Rendering Manager) kernel drivers and header files. They're available from the DRI project.

    -You can get them from CVS by doing: +Your distribution should already have both the kernel modules and support +library already installed. If not, you can get them from CVS by doing:

    -cvs -d:pserver:anonymous@pds.freedesktop.org:/cvs/dri login
    -(hit enter when prompted for a password)
    -cvs -z3 -d:pserver:anonymous@pdx.freedesktop.org:/cvs/dri co drm
    +cvs -z3 -d:pserver:anonymous@anoncvs.freedesktop.org:/cvs/dri co drm
     

    -Make note of the directory in which the drm files are placed. -

    -

    See the -DRI Building Instructions for the steps to build the DRM modules. -

    -

    -Next, in the Mesa-x.y.z/configs/default file, set the -DRM_SOURCE_PATH variable to indicate where the DRM files -are located. +DRI Building Instructions for the steps to build the DRM modules. This +version of Mesa requires at least libdrm 2.0.1 or greater.

    -Now build Mesa and the DRI drivers by running +Build Mesa and the DRI drivers by running

     make linux-dri
    -- 
    cgit v1.2.3