http://www.drscheme.org/
Quote
DrScheme provides source highlighting for syntax and run-time errors, support for multiple language levels, an algebraic stepper, objects, modules, a GUI library, TCP/IP, Unicode, MysterX for COM support under Windows, and much more. It includes an extensive, hyper-linked help system called Help Desk, available from the Help menu. --DrScheme website
Sources are also available from http://download.plt-...e.org/drscheme/ , and you would probably be better off using the source found here http://pre.plt-schem...-clean-tree.tgz , as the developers are rapidly moving to their next major release (v4.0)
The usual ./configure ; make ; sudo make install works fine
follow the instructions in plt/src/README;
my settings were
./configure --prefix=/usr/local/plt --enable-shared
To get the opengl stuff (games!) working;
1. Create libGL.so & libGLU.so symlinks (ala http://www.mesa3d.org/faq.html ),
2. unpack and Copy the include/GL header files from the mesalib source code (mesalib version 6.5.1) from http://sourceforge.n...package_id=2436
to
/usr/include/GL/
[no need to compile this - you just need to move the header files]
BTW In copied headers from mesalib 6.5.1 as I believe that matches what the
eee (xandros) comes with.
3. recompile (make clean;./configure;make;sudo make install)
Works fine for the simple games included!
-
Edited by spdegabrielle, 20 February 2008 - 08:43 AM.


This topic is locked









