File: README

package info (click to toggle)
libticables3 3.9.6-10
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,656 kB
  • ctags: 2,184
  • sloc: ansic: 15,996; sh: 9,298; makefile: 526; yacc: 288; awk: 145; sed: 16
file content (82 lines) | stat: -rw-r--r-- 3,010 bytes parent folder | download | duplicates (3)
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
 _______ _____   _____      _     _
|__   __|_   _| / ____|    | |   | |
   | |    | |  | |     __ _| |__ | | ___  ___
   | |    | |  | |    / _` | '_ \| |/ _ \/ __|
   | |   _| |_ | |___| (_| | |_) | |  __/\__ \
   |_|  |_____(_)_____\__,_|_.__/|_|\___||___/

   Library v3.x.x            by Romain Livin


Persons who want reuse this library (Linux, Windows, Mac OS-X, FreeBSD)
can take a look at the doc directory.

--------------------------------------------------------------------------
Description
--------------------------------------------------------------------------

Development platform: 

  - Linux Debian Potatoe, 2.4.14 kernel

  - Windows 95/98/Me & Windows NT4/2000/XP

--------------------------------------------------------------------------
Requirements
--------------------------------------------------------------------------

  - A UNIX computer and C compiler (gcc) for the Linux version
or
  - A *BSD (FreeBSD) computer and C compiler (gcc)

  - the 'tipar' kernel module if you have an home-made link cable and want to
	use it without super-user privileges (required with GTK+ >1.2.9).
	Provided as separate module or built-in kernel 2.4 & 2.6.
  - the 'tiser' kernel module if you have a serial/BlackLink cable for the
	same reasons as above.
	Provided only as separate module for kernel 2.4 & 2.6.
  - the 'tiusb' kernel module or the libusb if you have a TI-GRAPH LINK USB
	(SilverLink) cable.
	Provided as separate module or built-in kernel 2.4 & 2.6.

All of these modules can be found on the LPG (http://lpg.ticalc.org) and
must be installed BEFORE compiling the library.
If you install the libusb, your kernel must have the USB proc filesystem 
enabled and mounted (see /usr/src/linux/Documentation/usb/proc_usb_info.txt).


--------------------------------------------------------------------------
Compilation
--------------------------------------------------------------------------

Untar the libticables-X.X.X.tar.gz archive (tar -xvzf),
change directory to libticables directory.

Type "./configure"

Type "make", "make install" (requires the root privileges).

--------------------------------------------------------------------------
Availability
--------------------------------------------------------------------------

  http://lpg.ticalc.org/prj_tilp

--------------------------------------------------------------------------
Copyright
--------------------------------------------------------------------------

ticables library 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 (LGPL). See the file COPYING for more details.

--------------------------------------------------------------------------

Please report any bugs, questions, ...  (please give me
your platform, your calculator type (with ROM version)
and your link cable model).


The TiLP team <tilp-users@lists.sf.net>