-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (23 loc) · 1.17 KB
/
README
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
slarchive, a SeedLink client for archiving data streams
For usage information see the slarchive(1) man page in the 'doc'
directory.
-- Building/Installing --
In most environments a simple 'make' will compile slarchive.
Using GCC, running 'make static' will compile a static version of slarchive
if possible.
GCC can be explicitly used by running 'make gcc'.
SunOS/Solaris:
In order to compile under Solaris the 'src/Makefile' needs to be edited.
See the file for instructions.
For further installation simply copy the resulting binary and man page
(in the 'doc' directory) to appropriate system directories.
-- Licensing --
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License (GNU-GPL) for more details. The GNU-GPL and
further information can be found here: http://www.gnu.org/