Changeset ed59e2 in git
- Timestamp:
- Sep 9, 1997, 2:20:11 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 790737ee70fe91f5d3f5d630d71aea9f19c50c6c
- Parents:
- c42671939f11f57e963a3ad3b34c0f606d807ed4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/INSTALL
rc42671 red59e2 21 21 1. Configuring Factory 22 22 ====================== 23 23 The configure shell script attempts to guess correct values for various 24 24 system-dependent variables used during compilation. It uses those values 25 25 to create a GNUmakefile and a config.h file containing system-dependent … … 30 30 debugging configure). 31 31 32 32 If you need to do unusual things to compile the package, please try to 33 33 figure out how configure could check whether to do them, and mail diffs or 34 34 instructions to the address given in the README file so they can be … … 36 36 results you don't want to keep, you may remove or edit it. 37 37 38 38 The file configure.in is used to create configure by a program called 39 39 autoconf. You only need configure.in if you want to change it or 40 40 regenerate configure using a newer version of autoconf. 41 41 42 Normally, the configure script's guesses are correct. However, you may 43 want to check the values it came up with. Especially the way configure 44 tries to figure out the path to the GF(q) tables ('GFTABLEDIR') may be 45 fooled in some circumstances. See the marked sections in the files 46 config.h and GNUmakefile which configure created. 47 48 42 49 Compiler options 43 50 ---------------- 44 51 Some systems require unusual options for compilation or linking that the 45 52 configure script does not know about. You can give configure initial 46 53 values for variables by setting them in the environment. Using a … … 58 65 59 66 CFLAGS='-g -O' CXXFLAGS='-g -O' ./configure 60 61 67 62 68 Specifying source and installation directories … … 71 77 prefix other than /usr/local by giving configure the option 72 78 --prefix=<path>. 73 You can specify sep erate installation prefixes for architecture-specific79 You can specify separate installation prefixes for architecture-specific 74 80 files and architecture-independent files. If you give configure the option 75 81 '--exec-prefix=<path>' the package will use <path> as the prefix for … … 132 138 Configuring for Macintosh or other non-Unix platforms 133 139 ----------------------------------------------------- 134 Factory translates on Macintosh with the Metroworks CodeWarrior compile 140 Factory translates on Macintosh with the Metroworks CodeWarrior compiler 135 141 now. If you want to build Factory on this or other non-Unix platforms you 136 142 either have to configure config.h and GNUmakefile by hand or you have to … … 155 161 building Factory. In addition, 'make mostlyclean' deletes the GF(q) tables 156 162 if they have been created by 'make gftables'. 'make distclean' is like 157 'make mostlyclean', but also deletes all files from the current directo y163 'make mostlyclean', but also deletes all files from the current directory 158 164 that have been created by configuring. If you have unpacked the source and 159 165 built the program without creating any other files, 'make distclean' leaves
Note: See TracChangeset
for help on using the changeset viewer.