diff options
author | Paulo Zanoni <pzanoni@mandriva.com> | 2011-01-28 17:34:24 -0200 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-02-02 16:45:38 -0700 |
commit | 2ec1a249ddb1fe18fd01cc9147f7f5600c613ed7 (patch) | |
tree | 9140b072fa262683df7e6ecdcc8feef3b990eccf /index.html | |
parent | 0838d8038f2a53341a492c62a6368c9d33390521 (diff) |
Add --with-system-data-files option
If you specify --with-system-data-files, binaries will try to find .dat and
image files inside ${datadir}/${PACKAGE}. If you don't specify, they will try to
find the files inside "../data" (keeping backwards compatibility).
Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ Look in the <b>src/</b> directory for these sub-directories, among others: <li>wgl - WGL-based demos <li>fp - fragment program tests <li>vp - vertex program tests -<li>images - sample image files (in SGI .rgb format) +<li>data - data files used by the demos <li>perf - performance tests <li>tests - assorted test programs <li>objviewer - program to view .obj modes with a skybox |