Changeset 96

Show
Ignore:
Timestamp:
09/03/08 14:14:48 (1 year ago)
Author:
cholt
Message:

documentation update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • INSTALL

    r89 r96  
    124124 
    125125 
    126  
    127 NOTE: 
    128  
    129 You will also need to install the following perl modules if not already installed: 
    130  
    131         *URI:Escape (search.cpan.org) 
    132         *Error (search.cpan.org) 
    133         *threads 1.67 or higher (search.cpan.org) 
    134         *Datastore (http://www.yandell-lab.org/software/cgl.html) 
    135  
    136126See the README for instruction on installing mpi_maker 
  • MPI/MPIcar/Makefile.PL

    r94 r96  
    1818    'DEFINE'    => '-DFLOAT_HACK', 
    1919    'INC'       => "-I$MPIDIR", 
    20     'EXE_FILES' => ['mpi_maker'], 
     20    'EXE_FILES' => [''], 
    2121    'DESTDIR' => "$FindBin::Bin/../../", 
    2222    'INSTALLDIRS' => "perl", 
  • README

    r89 r96  
    2121 
    2222 
    23 You will also need to install the following perl modules if not already installed: 
    24  
    25      *URI:Escape (search.cpan.org) 
    26      *Error (search.cpan.org) 
    27      *threads 1.67 or higher (search.cpan.org) 
    28      *Datastore (http://www.yandell-lab.org/software/cgl.html) 
    29  
    30  
    31  
    3223To install mpi_maker, you must have an mpi package installed, try the following: 
    3324 
     
    9283        1. Install standard maker and verify that it runs. 
    9384        2. Use cd to change to the MPI subdirectory in the maker instalation folder (i.e. maker/MPI/) 
    94         3. Run Makefile.PL by typing:    perl Makefile.PL 
    95         4. Compile needed binaries by typing:   make 
    96         5. Install mpi_maker and all needed libraries by typing:        make install     
     85        3. Run Install.PL by typing:     perl Install.PL 
    9786 
    9887A new version of maker called mpi_maker should now be installed under maker/bin.