forked from theappleman/rldev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
47 lines (31 loc) · 1.88 KB
/
readme.txt
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
47
-------------------------------------------------------------------------------
RLDEV
an unofficial development toolkit for AVG2000 and RealLive
-------------------------------------------------------------------------------
QUICK START GUIDE (WIN32 BINARY DISTRIBUTION)
-------------------------------------------------------------------------------
Installation:
Unzip the distribution somewhere suitable. If you are using Cygwin, the best
place is /usr/local/share/rldev. Otherwise, you will need to tell the
programs where they are explicitly, by defining an environment variable RLDEV
pointing to the folder you unzipped the program into (it will look for the
data it needs in %RLDEV%\lib).
Either add the bin\ subfolder to your path, or copy its contents to somewhere
more appropriate (e.g. /usr/local/bin).
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: an HTML version is included in the doc/
subfolder, and a PDF version is available from http://dev.haeleth.net/.
License:
Programs and documentation are copyright (C) 2006 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.
-------------------------------------------------------------------------------