summaryrefslogtreecommitdiffstats
path: root/fnet/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'fnet/INSTALL')
-rw-r--r--fnet/INSTALL22
1 files changed, 22 insertions, 0 deletions
diff --git a/fnet/INSTALL b/fnet/INSTALL
new file mode 100644
index 00000000000..9bb6c6152a4
--- /dev/null
+++ b/fnet/INSTALL
@@ -0,0 +1,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