1998-07-16 17:48:11 +00:00
|
|
|
|
|
|
|
Building SL for SGI.
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
1998-09-24 19:36:25 +00:00
|
|
|
There are two options, depending on whether you want to use GCC or
|
|
|
|
the standard SGI C++ compiler.
|
|
|
|
|
|
|
|
GNU G++:
|
|
|
|
|
|
|
|
% make sgigcc
|
|
|
|
% su root
|
|
|
|
% make install
|
|
|
|
|
|
|
|
SGI C++:
|
|
|
|
|
1998-07-16 17:48:11 +00:00
|
|
|
% make sgi
|
|
|
|
% su root
|
|
|
|
% make install
|
|
|
|
|
|
|
|
...that's all folks.
|
|
|
|
|
|
|
|
Header files go into /usr/include/SL (analogous to /usr/include/GL for graphics)
|
|
|
|
Library file(s) go into /usr/lib
|
|
|
|
|
1998-09-24 19:36:25 +00:00
|
|
|
When you link, be sure to include to -laudio
|
|
|
|
|
|
|
|
|