File: INSTALL

package info (click to toggle)
nosql 3.1-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,448 kB
  • ctags: 267
  • sloc: cpp: 1,028; ansic: 915; awk: 732; perl: 502; tcl: 292; sh: 289; makefile: 44
file content (42 lines) | stat: -rw-r--r-- 1,110 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

Preamble

NoSQL is tailored to the Linux O.S. but it should work
with most Unix systems, provided that the following
other programs are available:

* Perl 5

* Mike Brennan's mawk(1), version >= 1.3.3

* The lockfile(1) utility, normally distributed with procmail(1)

* The mktemp(1) utility

* GNU textutils (grep, sort, join, etc.).

* Metamail, an implementation of MIME

For your convenience, the source code and man page for mktemp(1)
is also available in the extra/ directory of the NoSQL source tree,
although I do not support them.

Installation :

WARNING: if you are upgrading from an older NoSQL version make sure you
read also README-3.* before continuing !!!

Un-tar the package in a work directory, then 'cd' into the latter
and run (as root):

     ./install-sh 

The default installation path is /usr/local/nosql/. If you want to
install the package into a different place, say '/my/target/dir/',
simply modify the above command as follows:

     PREFIX=/my/target/dir/ ./install-sh

Please report any installation problems to noseequel@texne.com.

                          -----------------