[Mesa-dev] [PATCH mesa 4/4] docs: update package contents
Eric Engestrom
eric.engestrom at imgtec.com
Wed Feb 8 11:27:37 UTC 2017
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
Do we want to list all the modules under src/ ?
The current list seems a bit arbitrary:
src/ - source code for libraries
src/mesa - sources for the main Mesa library and device drivers
src/gallium - sources for Gallium and Gallium drivers
src/glx - sources for building libGL with full GLX and DRI support
---
docs/download.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/download.html b/docs/download.html
index c99d8f92b2..c9ba7c8976 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -62,8 +62,8 @@
After unpacking you'll have these files and directories (among others):
</p>
<pre>
-Makefile - top-level Makefile for most systems
-configs/ - makefile parameter files for various systems
+autogen.sh - Autoconf script for *nix systems
+scons/ - SCons script for Windows builds
include/ - GL header (include) files
bin/ - shell scripts for making shared libraries, etc
docs/ - documentation
--
Cheers,
Eric
More information about the mesa-dev
mailing list