File: README

package info (click to toggle)
euslisp 9.31%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 55,448 kB
  • sloc: ansic: 41,610; lisp: 3,339; makefile: 286; sh: 238; asm: 138; python: 53
file content (34 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
$Header: /home/cvs/euslisp/opengl/README,v 1.1.1.1 2003/11/20 07:46:31 eus Exp $

* eusgl environment setup *

to run:

	if (! $?EUSDIR) then
	  setenv EUSDIR /usr/local/eus
	endif
	
	set path = ($EUSDIR/IRIX/bin $path)
	
	if (! $?LD_LIBRARY_PATH) then
	  setenv LD_LIBRARY_PATH "/lib:/usr/lib:/usr/local/lib:/usr/lib/X11"
	endif
	
	setenv LD_LIBRARY_PATH "${LD_LIBRARY_PATH}:${EUSDIR}/IRIX/lib"
	
	#libaux -- if under IRIX:
	setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/share/src/OpenGL/libaux

	#libaux -- if under Mesa
	setenv LD_LIBRARY_PATH ${WHERE_YOU_HAVE_INSTALLED_MESA}:$LD_LIBRARY_PATH
	setenv MESA_RGB_VISUAL "PseudoColor 8"  # 8-bit PseudoColor 

start:

	% eusgl

then try:

	eusgl$ (load "/usr/local/eus/lisp/opengl/src/test.l")
	eusgl$ (pos2)
	eusgl$ (test-r)