forked from theappleman/rldev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
46 lines (30 loc) · 1.75 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
36
37
38
39
40
41
42
43
44
45
46
-------------------------------------------------------------------------------
RLDEV
an unofficial development toolkit for AVG2000 and RealLive
-------------------------------------------------------------------------------
QUICK START GUIDE
-------------------------------------------------------------------------------
Installation:
If compiling from source, follow the instructions in INSTALL.
For binary distributions, install files manually: the simplest way is just to
untar the distribution into ~/rldev or /usr/local/share/rldev (depending on
who needs access to it) and copy or symlink bin/rlc etc. into a suitable
binary directory. If when you try to run the program it complains that it
cannot locate reallive.kfn, define an environment variable RLDEV pointing to
the root of the installation directory.
Usage:
Basic usage information can be obtained by running `kprl --help',
`rlc --help', `vaconv --help', and `rlxml --help'. For more detailed
information, refer to the manual.
License:
Programs and documentation are copyright (C) 2006 Peter Jolly (Haeleth).
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.
For full details of these terms and conditions, please refer to the file
COPYING.
-------------------------------------------------------------------------------