source: trunk/src/testing/app/gl/RUN @ 4

Revision 4, 175 bytes checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3#export SAGE_GL_WIDTH=800
4#export SAGE_GL_HEIGHT=600
5
6export LD_PRELOAD=$SAGE_DIRECTORY/bin/libmyGL.so
7export SAGE_GL=/usr/lib/libGL.so.1
8$*
9export -n LD_PRELOAD
10
11
Note: See TracBrowser for help on using the repository browser.