• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H30-May-2009-8,0377,225

desktop/H30-May-2009-5244

docs/H03-May-2022-1,6981,486

glade/H30-May-2009-13,87912,897

help/H03-May-2022-509444

man/H03-May-2022-899748

misc/H03-May-2022-1,9161,848

pedrom/H03-May-2022-497434

pixmaps/H03-May-2022-503439

po/H03-May-2022-6,0774,777

sdk/H30-May-2009-1,036834

skins/H03-May-2022-938825

src/H30-May-2009-51,12635,682

ABOUT-NLSH A D19-Jul-200777.7 KiB1,1021,055

AUTHORSH A D25-Aug-20051.7 KiB7346

BUGSH A D02-May-20091.7 KiB6646

COPYINGH A D25-May-200517.6 KiB340281

ChangeLogH A D29-May-200964.9 KiB1,2621,116

INSTALLH A D25-May-20057.6 KiB183143

LICENSESH A D29-Dec-20071.1 KiB3625

Makefile.amH A D08-Dec-20071.3 KiB5036

Makefile.inH A D03-May-202225.7 KiB831741

NEWSH A D25-May-200537 11

READMEH A D15-Apr-2007578 1714

README.linuxH A D31-Dec-20081.9 KiB7245

README.win32H A D31-Dec-20083.6 KiB10169

RELEASEH A D29-May-20092.9 KiB7050

TODOH A D15-May-20092.6 KiB6348

acinclude.m4H A D13-Jul-2007124.4 KiB4,7634,201

aclocal.m4H A D30-Apr-2009360.4 KiB10,0889,181

compileH A D19-Jul-20042.7 KiB10048

config.guessH A D08-Dec-200743.5 KiB1,5171,305

config.h.inH A D06-Oct-200714.2 KiB496350

config.rpathH A D19-Jul-200715.8 KiB615517

config.subH A D08-Dec-200731.9 KiB1,6231,479

configureH A D03-May-20221.1 MiB36,64630,103

configure.acH A D08-May-20099.7 KiB340301

depcompH A D19-Jul-200413 KiB465298

install-shH A D15-Jun-20086.2 KiB277169

install.batH A D04-Jan-2009189 2116

ltmain.shH A D11-Jun-2004179.5 KiB6,4265,057

missingH A D11-Jun-200410 KiB337263

mkinstalldirsH A D11-Jun-20041.9 KiB11285

tiemu.lsm.inH A D02-Jul-2003628 2221

tiemu.spec.inH A D02-Jul-20031.6 KiB9475

README

1				*************
2				*  TiEmu 3  *
3				*************
4
5List of text files:
6
7- AUTHORS: list of authors
8- COPYING: license
9- LICENSES: list of program included
10- README.linux: specific linux instructions
11- README.win32: specific windows instructions
12- RELEASE: what's changed in this release
13- TODO: work to do or planned
14
15Texas Instruments and TI are trademarks of  Texas Instruments Incorporated.
16For more informations: <http://education.ti.com/educationportal/sites/US/nonProductSingle/global_trademarks.html>
17This document has been written independantly of Texas Instruments.

README.linux

1				*****************
2				*     TiEmu     *
3				* Linux version *
4				*****************
5
6
7
8REQUIREMENTS
9------------
10
11 - A UNIX computer (Intel x86 or PPC) and C compiler (gcc)
12 - X11 (X Window System)
13 - GTK+ 2.6 from <http://www.gtk.org>
14 - ticables2, tifiles2 and ticalcs2 libraries from the
15	TiLP 2 project <http://tilp.info>
16
17
18INSTALLATION
19------------
20
21At first, you must have the ticables and ticalcs libraries installed. See
22the documentation of these libraries for the installation procedure.
23
24Untar the tiemu-X.XX.tar.gz archive (tar -xvzf), change directory to
25tiemu directory.
26
27Go the tiemu directory and type './configure' in order to be sure
28that all it is OK. If you want to use KDE file dialogs, run
29'./configure --with-kde' instead.
30Next, type 'make' to make a binary for your machine.
31
32If you want does not want to use GDB as debugger or use the odl one (tiemu2),
33run './configure --disable-gdb'.
34
35If the compile suceeds without any errors, you can type 'make install' to
36install the binary in /usr/local/bin. This will also copy some necessary
37files to /usr/local/share/tiemu and will install the manpage and the
38help.
39
40If you already have some TiEmu images, you will have to manually copy them
41to the /usr/locale/share/tiemu/images directory.
42
43
44USAGE
45-----
46
47Type 'tiemu' for using it. TiEmu accepts some command line parameters.
48Do 'tiemu --help' or read the manpage by 'man tiemu'.
49
50
51AVAILABILITY
52------------
53
54  http://lpg.ticalc.org/prj_tiemu/index.html
55
56
57COPYRIGHT
58---------
59
60TiEmu is Copyright (C) 2000-2009 by the TiEmu team <tiemu-users@lists.sf.net>
61
62Copying is allowed under the terms of GNU General Public License (LGPL).
63See the file COPYING for more details.
64
65
66---------------------------------------------------------------------------
67Please report any bugs, questions, ...  (please give us your platform, your
68calculator type (with ROM version) and your link cable model).
69
70
71The TiEmu team <tiemu-users@lists.sf.net>
72

README.win32

1				*****************
2				*     TiEmu	*
3				* Win32 version *
4				*****************
5
6
7
8REQUIREMENTS
9------------
10
11 - a PC with a 450MHz Pentium-class processor and 32MB of RAM
12 - a Windows computer: Windows 95/98/Me or Windows NT4/2000/XP/Vista (better)
13 - the GTK+ 2.6 libraries
14    Location: <http://prdownloads.sourceforge.net/gladewin32/gtk-win32-2.6.8-rc1.exe?download>
15
16Note: if you are using 'The GiMP', you may encounter DLL's problems...
17		The GTK+ package (1) provided with the GiMP may not be fully compatible with one used by TiLP/TiEmu.
18		On the other hand, the package (2) requested by TiLP/TiEmu is compatible with the GiMP.
19		Thus, if you are using The GiMP, you are strongly encouraged to uninstall (1) and install (2).
20
21
22NOTES
23-----
24
251�) This setup may download & install some extra libraries (GTK+ 2.6).
26
27The GTK+ package includes the Wimp (Windows IMPersonator) theme engine which gives
28Windows look & feel (includes XP theming). Is also included the GTK theme selector.
29You may need to use it on non-NT systems if you get a lot of warnings about a font.
30Simply disable the WiMP theme for another one.
31
322�) If anyone is getting one of these:
33- ** WARNING **: Couldn't load font "MS Sans Serif 8" falling back to "Sans 8"
34- ** ERROR **: file shape.c line 75: assertion failed: (glyphs->num_glyphs > 0)
35or any other warning or error message regarding fonts/glyphs, the fix is to
36open your C:\Program Files\Shared Files\Gtk\2.0\etc\gtk-2.0\gtkrc and to add this:
37	style "user-font"
38	{
39	font_name="Arial"
40	}
41	widget_class "*" style "user-font"
42This forces GTK+ to use a compatible font (Arial) and reportedly fixes both
43the aforementioned problems, and probably others too.
44
453�) If you are getting any errors with DLLs, such as "The procedure entry point
46atk_relation_set_add_relation_by_type could not be located in the dynamic link
47library libatk-1.0-0.dll", make sure you have one and only ONE version of the
48GTK+ DLLs. If unsure, remove all GTK+ packages and install it again.
49
504�) This setup will:
51- copy USB drivers into C:\Program Files\{Common Files}\LPG Shared\drivers\usb,
52- and register them into the Plug&Play database.
53
54Simply plug your link cable: Windows should detect a new device and automatically
55install it.
56
57Please note these drivers are not compatible with Ti-Connnect(tm).
58
595�) This setup will install the DhaHelper driver for Windows NT4/2000/XP machines.
60This step may require an administrator account (at least for NT4).
61You may need to REBOOT your machine after installation (if you plan to
62use a parallel or serial link cable).
63
64DhaHelper is copyrighted (c) 2004 Sascha Sommer and released under GPL license.
65Source code is available from <http://svn.mplayerhq.hu/mplayer/trunk/vidix/dhahelperwin/>.
66
676�) The tiemu3-nogdb setup will install the GNU's 'wget' utility for download of GTK+
68(http://xoomer.virgilio.it/hherold/).
69
707�) This setup will install/update the TiLP framework (libti* and drivers) which is
71installed as shared components since TiLP v1.07, TiEmu v3.01 or GFM v1.00.
72Any software using the TiLP framework will take advantage of this update.
73
74USAGE
75-----
76
77The installer automatically creates program entries in the Windows Startup menu.
78
79
80AVAILABILITY
81------------
82
83  http://lpg.ticalc.org/prj_tiemu
84
85
86COPYRIGHT
87---------
88
89TiEmu is Copyright (C) 2000-2009 by the TiEmu team <gtktiemu-users@lists.sf.net>
90
91Copying is allowed under the terms of GNU General Public License (LGPL).
92See the file COPYING for more details.
93
94
95---------------------------------------------------------------------------
96Please report any bugs, questions, ...  (please give me your platform, your
97calculator type (with ROM version) and your link cable model).
98
99
100The TiEmu team.
101