IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2660


Ignore:
Timestamp:
Dec 7, 2004, 3:01:44 PM (22 years ago)
Author:
eugene
Message:

minor cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/INSTALL

    r2645 r2660  
    1212development community.
    1313
    14 Installing Ohana from source tar ball
     141) Installing Ohana from source tar ball:
    1515
    16 un-gzip and untar: 
     16  un-gzip and untar: 
    1717
    18   > gunzip -c ohana.tgz | tar xvf -
     18    > gunzip -c ohana.tgz | tar xvf -
    1919
    20 enter the ohana top-level directory:
     20  enter the ohana top-level directory:
    2121
    22   > cd ohana
     22    > cd ohana
    2323
    24 construct the input Configure file [1]:
     24  construct the input Configure file [1]:
    2525
    26   > configure
     26    > configure
    2727
    28 this step will note the binary installation path.  This should be
    29 added to your PATH
     28  this step will note the binary installation path.  This should be
     29  added to your PATH
    3030
    31 compile the software
     31  compile the software
    3232
    33   > make
     33    > make
    3434
    35 install the software
     35  install the software
    3636
    37   > make install
     37    > make install
     38
     392) Installing Ohana from CVS (Developer's version):
     40
     41  check out the ohana source tree:
     42
     43    > setenv CVSROOT poma:/data/elixir2/srcdir/cvs
     44    > cvs co ohana
     45
     46  enter the ohana top-level directory:
     47
     48    > cd ohana
     49
     50  construct the input Configure file [1]:
     51
     52    > configure
     53
     54  this step will note the binary installation path.  This should be
     55  added to your PATH
     56
     57  compile the software
     58
     59    > make
     60
     61  install the software
     62
     63    > make install
    3864
    3965***** Notes *****
Note: See TracChangeset for help on using the changeset viewer.