aboutsummaryrefslogtreecommitdiffstats
path: root/juniper/INSTALL.txt
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-05-19 15:15:55 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2022-05-19 15:15:55 +0000
commit5ecf186af848c4a518d7268fcb452b264fba939a (patch)
tree9d9e01e78f321d24a221aa2f31cfa9a70b29a818 /juniper/INSTALL.txt
parent3988acc5dd01647c479412d5815c37d6fa4c6a2b (diff)
Fold juniper into searchsummary library.
Diffstat (limited to 'juniper/INSTALL.txt')
-rw-r--r--juniper/INSTALL.txt49
1 files changed, 0 insertions, 49 deletions
diff --git a/juniper/INSTALL.txt b/juniper/INSTALL.txt
deleted file mode 100644
index 284b3eb38b2..00000000000
--- a/juniper/INSTALL.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-Juniper configuration and build instructions
---------------------------------------------------
-
-Juniper basically adheres to the standard FastOS configure/build environment.
-
-configure --help
-
-gives a list of configure options.
-
-Juniper supports most of the common build targets.
-
-Default configure parameters are set to assume that other dependent Fast modules
-are located at the same directory level as this modul.
-Default is to expect the minimal required set of modules.
-
-Prerequisites:
-----------------
-Common module dependencies:
-
-fastos and fastlib must have been built and installed.
-
-This version of Juniper requires fastlib 1.5.16 or higher.
-To be able to utilize the functionality for building in a different
-directory, fastos <= 1.6.0 is required.
-
-Postgres Document Store (optional,obsolete)
----------------------------------------------
-To build with Document Store support, Postgres must have been installed and
-path to this installation provided with the --pgsql-dir option. Default is
-to view document store as external to this module.
-
-
-libiconv (optional)
---------------------------
-The 3rdparty module libiconv is needed to run the unit tests in the src/tests directory.
-
-
-To build/install this module:
------------------------------------
-
-1) run configure
-
- A shell script named config_command.sh / config_command.bat will be updated to contain last
- used configure command to avoid having to re-remember the configure
- options currently in use.
-
-2) make depend
-
-3) make install