]> git.mxchange.org Git - simgear.git/blobdiff - Audio/README.sgi
Removed gpc from Libs since this is not "free ware" and the author has
[simgear.git] / Audio / README.sgi
index 844c9c902487be01b3e6a3698a43d254766478e1..c1c52e154e15038dda3c754d0282ed48613bb112 100644 (file)
@@ -2,6 +2,17 @@
 Building SL for SGI.
 ~~~~~~~~~~~~~~~~~~~~~~
 
+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++:
+
    % make sgi
    % su root
    % make install
@@ -11,3 +22,6 @@ Building SL for SGI.
 Header  files   go into /usr/include/SL (analogous to /usr/include/GL for graphics)
 Library file(s) go into /usr/lib
 
+When you link, be sure to include to -laudio
+
+