summaryrefslogtreecommitdiffstats
path: root/fnet/INSTALL
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /fnet/INSTALL
Publish
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