aboutsummaryrefslogtreecommitdiffstats
path: root/fnet/INSTALL
blob: 9bb6c6152a496cbdbe7b05da78bba3e07cb8c85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
*********************************
* Compiling and Installing fnet *
*********************************

'fnet' uses 'FastOS'.
In the following instructions, let %FASTOS_DIR% denote the install
directory for FastOS. A reasonable install directory would be:
  %FASTOS_DIR% = '/usr/fastsearch/fastos'

Install FastOS:
- checkout the fastos CVS module
- go to fastos/src/fastos
- ./configure --install-dir %FASTOS_DIR% [<config parameters>]
  (run ./configure --help for help)
- make install

Install fnet:
- checkout the fnet CVS module
- go to fnet/src
- ./configure --fastos-dir %FASTOS_DIR% [<config parameters>]
  (run ./configure --fastos-dir %FASTOS_DIR% --help for help)
- make install