Changeset ed59e2 in git


Ignore:
Timestamp:
Sep 9, 1997, 2:20:11 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
790737ee70fe91f5d3f5d630d71aea9f19c50c6c
Parents:
c42671939f11f57e963a3ad3b34c0f606d807ed4
Message:
	* INSTALL: doc fix


git-svn-id: file:///usr/local/Singular/svn/trunk@685 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/INSTALL

    rc42671 red59e2  
    21211. Configuring Factory
    2222======================
    23    The configure shell script attempts to guess correct values for various
     23  The configure shell script attempts to guess correct values for various
    2424system-dependent variables used during compilation.  It uses those values
    2525to create a GNUmakefile and a config.h file containing system-dependent
     
    3030debugging configure).
    3131
    32    If you need to do unusual things to compile the package, please try to
     32  If you need to do unusual things to compile the package, please try to
    3333figure out how configure could check whether to do them, and mail diffs or
    3434instructions to the address given in the README file so they can be
     
    3636results you don't want to keep, you may remove or edit it.
    3737
    38    The file configure.in is used to create configure by a program called
     38  The file configure.in is used to create configure by a program called
    3939autoconf.  You only need configure.in if you want to change it or
    4040regenerate configure using a newer version of autoconf.
    4141
     42  Normally, the configure script's guesses are correct.  However, you may
     43want to check the values it came up with.  Especially the way configure
     44tries to figure out the path to the GF(q) tables ('GFTABLEDIR') may be
     45fooled in some circumstances.  See the marked sections in the files
     46config.h and GNUmakefile which configure created.
     47
     48
    4249Compiler options
    4350----------------
    44    Some systems require unusual options for compilation or linking that the
     51  Some systems require unusual options for compilation or linking that the
    4552configure script does not know about.  You can give configure initial
    4653values for variables by setting them in the environment.  Using a
     
    5865
    5966  CFLAGS='-g -O' CXXFLAGS='-g -O' ./configure
    60 
    6167
    6268Specifying source and installation directories
     
    7177prefix other than /usr/local by giving configure the option
    7278--prefix=<path>.
    73   You can specify seperate installation prefixes for architecture-specific
     79  You can specify separate installation prefixes for architecture-specific
    7480files and architecture-independent files.  If you give configure the option
    7581'--exec-prefix=<path>' the package will use <path> as the prefix for
     
    132138Configuring for Macintosh or other non-Unix platforms
    133139-----------------------------------------------------
    134   Factory translates on Macintosh with the Metroworks CodeWarrior compile
     140  Factory translates on Macintosh with the Metroworks CodeWarrior compiler
    135141now.  If you want to build Factory on this or other non-Unix platforms you
    136142either have to configure config.h and GNUmakefile by hand or you have to
     
    155161building Factory.  In addition, 'make mostlyclean' deletes the GF(q) tables
    156162if they have been created by 'make gftables'.  'make distclean' is like
    157 'make mostlyclean', but also deletes all files from the current directoy
     163'make mostlyclean', but also deletes all files from the current directory
    158164that have been created by configuring.  If you have unpacked the source and
    159165built the program without creating any other files, 'make distclean' leaves
Note: See TracChangeset for help on using the changeset viewer.