This repository has been archived by the owner on Mar 17, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME.freebsd
72 lines (44 loc) · 1.79 KB
/
README.freebsd
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
*****************
* TiLP FreeBSD *
*****************
Maintainer: Tijl Coosemans <tijl@ulyssis.org>
Development platform: FreeBSD 4.8-STABLE, XFree86 4.3.0, GTK 2.2.1
REQUIREMENTS
------------
- A C compiler (gcc, clang)
- X11 (X Window System)
- GTK 2.x (http://www.gtk.org/) with libglade
- the ticonv, ticables2, tifiles2 and ticalcs2 libraries (http://tilp.info/)
- the libusb library (version 0.1 preferred, there's an experimental support for
1.0) to use the SilverLink (TI-GRAPH LINK USB) and DirectLink cables
INSTALLATION
------------
The easiest and most recommended way is to use the FreeBSD ports collection.
When you keep your local copy of the ports tree in /usr/ports the
following should fetch, compile and install TiLP and all of its libraries
and clean things up afterwards.
# cd /usr/ports/comms/tilp
# make install distclean
When you want to have support for the Silver Link USB cable, you need to
define WITH_LIBUSB, like this.
# make WITH_LIBUSB=yes install distclean
USAGE
-----
TiLP needs access to some device nodes, which are usually only accessible by
root, so you'll need to run TiLP with super user priviledges. As root, just
enter the command 'tilp'.
AVAILABILITY
------------
http://lpg.ticalc.org/prj_tilp/ (redirected to http://tilp.sourceforge.net/)
COPYRIGHT
---------
TiLP is Copyright (C) 1999-2004 by the TiLP team <tilp-users@lists.sf.net>
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 us your platform, your
calculator type (with ROM version) and your link cable model).
The TiLP team <tilp-users@lists.sf.net>