Changeset 2660
- Timestamp:
- Dec 7, 2004, 3:01:44 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/doc/INSTALL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/doc/INSTALL
r2645 r2660 12 12 development community. 13 13 14 Installing Ohana from source tar ball 14 1) Installing Ohana from source tar ball: 15 15 16 un-gzip and untar:16 un-gzip and untar: 17 17 18 > gunzip -c ohana.tgz | tar xvf -18 > gunzip -c ohana.tgz | tar xvf - 19 19 20 enter the ohana top-level directory:20 enter the ohana top-level directory: 21 21 22 > cd ohana22 > cd ohana 23 23 24 construct the input Configure file [1]:24 construct the input Configure file [1]: 25 25 26 > configure26 > configure 27 27 28 this step will note the binary installation path. This should be29 added to your PATH28 this step will note the binary installation path. This should be 29 added to your PATH 30 30 31 compile the software31 compile the software 32 32 33 > make33 > make 34 34 35 install the software35 install the software 36 36 37 > make install 37 > make install 38 39 2) 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 38 64 39 65 ***** Notes *****
Note:
See TracChangeset
for help on using the changeset viewer.
