~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to README.linux

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
                                *****************
2
 
                                *   GtkTiEmu    *
3
 
                                * Linux version *
4
 
                                *****************
5
 
 
6
 
 
7
 
DESCRIPTION
8
 
-----------
9
 
 
10
 
Development platform for Roms: Linux Debian Potatoe, 2.4.0-test6 kernel, glibc1.2.3, 
11
 
XFree 3.?.?, Gtk+ 1.2.7.
12
 
Development platform for Tom: unknwon ...
13
 
 
14
 
 
15
 
REQUIREMENTS
16
 
------------
17
 
 
18
 
 - A UNIX computer and C compiler (gcc) for the Linux version
19
 
 - X11 (X Window System)
20
 
 - SDL (Simple Directmedia Layer)
21
 
 - GTK+ 1.2.0 http://www.gtk.org
22
 
 - ti68k library
23
 
 - ti_cables library
24
 
 
25
 
 
26
 
COMPILATION
27
 
-----------
28
 
 
29
 
See the INSTALL.linux file.
30
 
 
31
 
 
32
 
USAGE
33
 
-----
34
 
 
35
 
Type tiemu_x11 (X version) or tiemu_sdl (SDL version) for using it.
36
 
A manpage is available by 'man tiemu'.
37
 
 
38
 
 
39
 
AVAILABILITY
40
 
------------
41
 
 
42
 
  http://lpg.ticalc.org/prj_tiemu/index.html
43
 
 
44
 
 
45
 
COPYRIGHT
46
 
---------
47
 
 
48
 
libti68k library is Copyright (C) 2000-2001 by Romain Lievin 
49
 
<roms@lpg.ticalc.org> and Thomas Corvazier <corvazier@yahoo.com>
50
 
 
51
 
This library is based on the XTiger emulator (see AUTHORS for more details).
52
 
 
53
 
Copying is allowed under the terms of GNU General Public License (LGPL).  
54
 
See the file COPYING for more details.
55
 
 
56
 
 
57
 
THANKS
58
 
------
59
 
 
60
 
Thanks to Jonas Minnberg. GtkTiEmu is taken from the xtiger emulator.
61
 
 
62
 
 
63
 
---------------------------------------------------------------------------
64
 
Please report any bugs, questions, ...
65
 
 
66
 
Thomas Corvazier <thomas.corvazier@caramail.com>
67
 
Romain Lievin <roms@gtktilink.ticalc.org>
 
1
                                *****************
 
2
                                *     TiEmu     *
 
3
                                * Linux version *
 
4
                                *****************
 
5
 
 
6
 
 
7
 
 
8
REQUIREMENTS
 
9
------------
 
10
 
 
11
 - A UNIX computer (Intel x86 or PPC) and C compiler (gcc)
 
12
 - X11 (X Window System)
 
13
 - GTK+ 2.4 or 2.6 from <http://www.gtk.org>
 
14
 - ticables, tifiles and ticalcs libraries from the TiLP project 
 
15
                from <http://tilp.info>
 
16
 
 
17
 
 
18
INSTALLATION
 
19
------------
 
20
 
 
21
At first, you must have the ticables and ticalcs libraries installed. See
 
22
the documentation of these libraries for the installation procedure.
 
23
 
 
24
Untar the tiemu-X.XX.tar.gz archive (tar -xvzf), change directory to
 
25
tiemu directory.
 
26
 
 
27
Go the tiemu directory and type './configure' in order to be sure
 
28
that all it is OK. If you want to use KDE file dialogs, run 
 
29
'./configure --with-kde' instead. 
 
30
Next, type 'make' to make a binary for your machine.
 
31
 
 
32
If the compile suceeds without any errors, you can type 'make install' to
 
33
install the binary in /usr/local/bin. This will also copy some necessary
 
34
files to /usr/local/share/tiemu and will install the manpage and the
 
35
help.
 
36
 
 
37
If you already have some TiEmu images, you will have to manually copy them
 
38
to the /usr/locale/share/tiemu/images directory.
 
39
 
 
40
 
 
41
USAGE
 
42
-----
 
43
 
 
44
Type 'tiemu' for using it. TiEmu accepts some command line parameters.
 
45
Do 'tiemu --help' or read the manpage by 'man tiemu'.
 
46
 
 
47
 
 
48
AVAILABILITY
 
49
------------
 
50
 
 
51
  http://lpg.ticalc.org/prj_tiemu/index.html
 
52
 
 
53
 
 
54
COPYRIGHT
 
55
---------
 
56
 
 
57
TiEmu is Copyright (C) 2000-2005 by the TiEmu team <tiemu-users@lists.sf.net>
 
58
 
 
59
Copying is allowed under the terms of GNU General Public License (LGPL).  
 
60
See the file COPYING for more details.
 
61
 
 
62
 
 
63
---------------------------------------------------------------------------
 
64
Please report any bugs, questions, ...  (please give us your platform, your 
 
65
calculator type (with ROM version) and your link cable model).
 
66
 
 
67
 
 
68
The TiEmu team <tiemu-users@lists.sf.net>