********************************* * 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% [] (run ./configure --help for help) - make install Install fnet: - checkout the fnet CVS module - go to fnet/src - ./configure --fastos-dir %FASTOS_DIR% [] (run ./configure --fastos-dir %FASTOS_DIR% --help for help) - make install