2 Shared code for ROX applications
4 http://rox.sourceforge.net
8 Move the ROX-Lib directory inside ~/lib, /usr/local/lib or /usr/lib.
10 Programs which require ROX-Lib should now be able to find it. If you
11 want it somewhere else, set the LIBDIRPATH environment variable to a
12 colon separated list of directories to search for ROX-Lib and other
18 There is quite a lot of code which is needed by many ROX applications -- for
19 example: save boxes, multiple choice dialogs and toolbars.
21 Keeping all this code in one place makes these programs smaller. It also
22 makes programs which use it more consistant.
24 Programs which use ROX-Lib need to be able to find it, so you should put it
25 inside one of the standard library directories. If you don't have root
26 access, create a directory called 'lib' inside your home directory and move
29 If you do have root access, move ROX-Lib into /usr/local/lib.
34 This program is free software; you can redistribute it and/or modify
35 it under the terms of the GNU General Public License as published by
36 the Free Software Foundation; either version 2 of the License, or
37 (at your option) any later version.
39 This program is distributed in the hope that it will be useful,
40 but WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
42 GNU General Public License for more details.
44 You should have received a copy of the GNU General Public License
45 along with this program; if not, write to the Free Software
46 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
48 Please report any bugs to me, <tal197@users.sourceforge.net>.