summaryrefslogtreecommitdiff
path: root/Software/gallium
diff options
context:
space:
mode:
author67.164.183.155 <c-67-164-183-155.hsd1.co.comcast.net>2009-11-06 14:17:00 +0000
committer67.164.183.155 <c-67-164-183-155.hsd1.co.comcast.net>2009-11-06 14:17:00 +0000
commit4b5962dff859bfd301e9ed491cea496c7633113b (patch)
treebf8e07c9b6670dba7c572623a2cc02d537f46d45 /Software/gallium
parenta086d9dcbc9e36110671d4846138fd51460f7de6 (diff)
Diffstat (limited to 'Software/gallium')
-rw-r--r--Software/gallium/EGLReferenceDrivers/linuxvmimage.moin6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin b/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
index ae3dcf07..d4fabbc5 100644
--- a/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
+++ b/Software/gallium/EGLReferenceDrivers/linuxvmimage.moin
@@ -45,7 +45,13 @@ gallium3d
sudo apt-get install git-core
}}}
+ 1. Install packages Mesa depends on{{{
+sudo apt-get build-dep mesa
+}}}
+
1. Create and change to Gallium3D build director{{{
mkdir Gallium3D
cd Gallium3D
}}}
+
+Once these steps are complete return to the parent page and follow the steps for building the reference driver.