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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
*****************
* TiLP *
* Linux version *
*****************
DESCRIPTION
-----------
Development platform: Linux RedHat 5.2, 2.0.36 kernel, glibc2.0.7, XFree86
3.3.3, GTK+ 1.2 (up to 0.1_1.8 version).
Now, Linux Redhat 6.0, 2.2.5 kernel, glibc2.1.1, XFree 3.3.3, Gtk+ 1.2.1.
At last, Linux Debian, 2.4.14 kernel, XFree 4.0, Gtk+ 1.2.10.
Tested on SPARC platform with a Grey TIGL link cable.
Ported on Alpha platform with serial link cable by James Lancaster.
REQUIREMENTS
------------
- A UNIX computer (Intel x86, SPARC or Alpha) and a C compiler (gcc)
for the Linux version
- X11 (X Window System)
- GTK+ 1.2.0+ http://www.gtk.org
- the ticables and ticalcs libraries
- the TiFFEP (eventually) (http://lpg.ticalc.org/prj_tiffep)
- the 'tipar' or 'tiser' kernel module if you do not want run TiLP with
'root' privileges (required with GTK+ >1.2.9). This is required only
for homemade parallel/serial cable and BlackLink cable.
- the 'tiusb' kernel module of the libusb if you want to use the SilverLink
cable (TI-GRAPH LINK USB).
COMPILATION
-----------
At first, you must have the ticables and ticalcs libraries installed. See
the documentation of these libraries for the installation procedure.
Untar the tilp-X.XX.tar.gz archive (tar -xvzf), change directory to
tilp directory.
Type "./configure" or "./configure --enable-exit-homedir".
If you are a single user and you want be able to move in your filesystem,
then choose the second option. But, for security reasons, you should prefer the
normal method.
Type "make", "make install" (requires the root privileges).
For more informations, see INSTALL.linux
USAGE
-----
Type tilp for use it.
A manpage is available by 'man tilp'.
AVAILABILITY
------------
http://lpg.ticalc.org/prj_tilp (redirected on http://tilp.sourceforge.net)
COPYRIGHT
---------
TiLP is Copyright (C) 1999-2002 by Romain Lievin <roms@lpg.ticalc.org>
Copying is allowed under the terms of GNU General Public License.
See the file COPYING for more details.
THANKS
------
See the THANKS file, please.
---------------------------------------------------------------------------
Please report any bugs, questions, ... (please give me your platform, your
calculator type (with ROM version) and your link cable model).
Romain Lievin <rlievin@mail.com>
|