File: README.linux

package info (click to toggle)
tilp2 1.19~git20220826.71eaa92-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,720 kB
  • sloc: ansic: 9,334; sh: 337; xml: 314; cpp: 255; makefile: 130; sed: 16
file content (87 lines) | stat: -rw-r--r-- 2,515 bytes parent folder | download | duplicates (4)
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
                                *****************
                                * TILP II       *
                                * Linux version *
                                *****************


DESCRIPTION
-----------

Development platform: GNU/Linux Debian Jessie / Stretch, 4.x kernel, X.Org 7.7, GTK+ 2.24.


REQUIREMENTS
------------

 - A UNIX computer or workstation and a C compiler (gcc, clang)
 - X11 (X Window System)
 - GTK+ 2.x (http://www.gtk.org) with libglade
 - the ticonv, tifiles2, ticables2 and ticalcs2 libraries (http://tilp.info/)
 - the libusb library (version 1.0 preferred, support for 0.1 is in maintenance mode)
   to use the SilverLink (TI-GRAPH LINK USB) and DirectLink cables


INSTALLATION
------------

Automatic installation: use the following script (which contains
information about the packages you need for building them):
http://lpg.ticalc.org/prj_tilp/download/install_tilp.sh .
It will build all of libticonv, libtifiles2, libticables2, libticalcs2, gfm and tilp.


Manual installation: you must have the libticonv, libtifiles2, libticables2 and
libticalcs2 libraries installed. See the documentation of these libraries
for the installation procedure.

Untar the tilp-X.XX.tar.bz2 archive (tar -xvjf), change directory to 
tilp directory.

Type "autoreconf -i -f" to generate the autotools files.

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).

If you want to install it in a prefix different from /usr/local, use
'./configure --prefix=...' (e.g. $HOME).


USAGE
-----

Type 'tilp' for using it.
A manpage is available by 'man tilp'.
A user's manual is available in the doc/manual directory or from TiLP.


AVAILABILITY
------------

  http://lpg.ticalc.org/prj_tilp (redirected on http://tilp.sourceforge.net)


COPYRIGHT
---------

TiLP is Copyright (C) 1999-2016 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>