~ubuntu-branches/ubuntu/karmic/fweb/karmic

« back to all changes in this revision

Viewing changes to Boot/READ_ME.BOOT

  • Committer: Bazaar Package Importer
  • Author(s): Yann Dirson
  • Date: 2002-01-04 23:20:22 UTC
  • Revision ID: james.westby@ubuntu.com-20020104232022-330ad4iyzpvb5bm4
Tags: upstream-1.62
ImportĀ upstreamĀ versionĀ 1.62

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
            --- BOOTSTRAPPING WHEN ./configure DOESN'T WORK ---
 
2
 
 
3
   Normally, the installation procedure is, in brief,
 
4
 
 
5
        cd Web
 
6
        ./configure
 
7
        make
 
8
        
 
9
For more discussion, see READ_ME.FWEB.
 
10
 
 
11
   When you can't use ./configure (when you can't run an sh script), you
 
12
can still proceed.  The files in this subdirectory help in various
 
13
situations.  In addition to READ_MEs, each boot subdirectory includes the
 
14
two files defaults.mk (included into Web/Makefile) and custom.h.  These
 
15
should be copied to the Web subdirectory and possibly edited to reflect the
 
16
idiosyncracies of your particular system.
 
17
 
 
18
        ibm  --- For IBM mainframes and personal computers.
 
19
        misc --- When nothing else is appropriate.
 
20
        unix --- For Unix systems.  The vanilla ANSI-C bootstrap is
 
21
                   included here.
 
22
        vax  --- For VMS.  
 
23
 
 
24
For version 1.6x, the only files that are relevant (i.e., tested) are
 
25
 
 
26
        ibm/pc/gnu --- For working with 32-bit compilers and extended memory.
 
27
        unix/ansi  --- For a fully ANSI-compliant Unix environment.
 
28
 
 
29
  For example, to compile files for a generic ANSI bootstrap, you would
 
30
 
 
31
        cd fweb-1.60
 
32
        cp boot/unix/ansi/{defaults.mk,custom.h} Web
 
33
        cd Web
 
34
        make
 
35