summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-02-01 20:22:20 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-02-01 20:22:20 +0000
commit8c2b800488d7f471d939039d9a374e8928c80691 (patch)
treef911e5ea60a5f2fec7f2774ff728fe7522bb1f0a /documentation
parent68823231727a8aef4ae10895da495f1cad61bc33 (diff)
Updated README and intro.html for a complete discussion on setting
alternate compilers and options. git-svn-id: file:///fltk/svn/fltk/trunk@263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/intro.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/intro.html b/documentation/intro.html
index 488b8eb3a..a978883b1 100644
--- a/documentation/intro.html
+++ b/documentation/intro.html
@@ -132,8 +132,9 @@ to set the <tt>CXX</tt> environment variable:
CXX=xlC; export xlC
setenv CXX "xlC"
</PRE></UL>
-The <tt>CC</tt> environment variable can also be used to override the default
-C compiler, which is used for a few FLTK source files.
+The <tt>CC</tt> environment variable can also be used to override the
+default C compiler (<tt>cc</tt> or <tt>gcc</tt>), which is used for a
+few FLTK source files.
<P>You can run configure yourself to get the exact setup you need. Type
&quot;./configure &lt;options&gt;&quot;, where options are: </P>
<DL>