From 8c2b800488d7f471d939039d9a374e8928c80691 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 1 Feb 1999 20:22:20 +0000 Subject: 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 --- documentation/intro.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') 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 CXX environment variable: CXX=xlC; export xlC setenv CXX "xlC" -The CC environment variable can also be used to override the default -C compiler, which is used for a few FLTK source files. +The CC environment variable can also be used to override the +default C compiler (cc or gcc), which is used for a +few FLTK source files.

You can run configure yourself to get the exact setup you need. Type "./configure <options>", where options are:

-- cgit v1.2.3