~ubuntu-branches/ubuntu/edgy/tilp/edgy

« back to all changes in this revision

Viewing changes to README.win32

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2004-05-22 21:12:03 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040522211203-awg2cuw03guyvyz9
Tags: 6.72-2
* debian/control
  + Build-Depends: libticables3 (>= 3.8.4-1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
                                *****************
2
 
                                * TiLP          *
 
2
                                *     TiLP          *
3
3
                                * Win32 version *
4
4
                                *****************
5
5
 
6
6
 
7
7
 
8
8
 
9
 
 
10
 
 
11
 
DESCRIPTION
12
 
-----------
13
 
 
14
 
For the Windows port: I used Windows95 and Windows98 up to the 18/05/2000.
15
 
Now, I have Windows98, WindowMe and Windows NT4.0 Workstation, Windows2000, 
16
 
WindowsXP.
17
 
 
18
 
 
19
 
INSTALLATION
20
 
------------
21
 
 
22
 
See INSTALL.win32 file. 
23
 
Below there are the explanations for compiling tilp. This is not 
24
 
necessary for installing tilp but is provided for curious people or
25
 
developpers.
26
 
 
27
 
 
28
9
REQUIREMENTS
29
10
------------
30
11
 
31
 
 - A Windows computer (Windows95/98/Me or WindowsNT4/2000/XP).
32
 
 - the DriverLinx kernel driver (DLPortIO) is not required any longer
33
 
 - GTK+ 1.3 for Windows (http://tilp.sourceforge.net, only the GtkDLLs pack)
34
 
 - the ticables and ticalcs DLL (provided with the TiLP pack)
35
 
 - the Microsoft Visual C++ compiler 5.0 or above (MSVC) if you want compile
36
 
it. Another compiler such as Borland or DGJPP will not work due to long
37
 
filenames.
38
 
 - a driver for using the SilverLink cable
 
12
 - a Windows computer: Windows 95/98/Me or Windows NT4/2000/XP
 
13
 - the GTK+ 2.x libraries (new package)
 
14
    Location: http://prdownloads.sourceforge.net/gtk-win/GTK-Runtime-Environment-2.2.4-2.exe?download
 
15
 - the SilverLink driver v3.x if you have a SilverLink cable
 
16
        Location: http://www.ticalc.org/pub/win/link/tiglusbinf.zip
 
17
 
 
18
NOTES
 
19
-----
 
20
 
 
21
1�) This release is a no longer a native port of TiLP. You need some extra libraries 
 
22
(GTK+ 2.0). The GTK+ package includes the Wimp (Windows IMPersonator) theme 
 
23
engine which gives Windows look & feel (includes XP theming). Note: disabled on 
 
24
non-NT systems.
 
25
 
 
26
2�) If you have a SilverLink cable (TI-GRAPH LINK USB), you will need to retrieve
 
27
the Win32 driver on the Linux Programmer Group at http://lpg.ticalc.org/prj_usb.
 
28
 
 
29
Simply plug your link cable: Windows should detect a new device. Next, follow the
 
30
installation instructions.
 
31
 
 
32
You can install driver at any time (that is to say before or after TiLP installation).
 
33
 
 
34
Given that the LPG SilverLink driver has a Release date more recent than the Texas
 
35
Instruments OEM driver, this driver will be used prior to the TI one.
 
36
 
 
37
3�) This setup will install the PortTalk driver (Windows NT4/2000/XP machines).
 
38
This step may require an administrator account (at least for NT4).
 
39
You will need to REBOOT your machine after installation (if you plan to 
 
40
use a parallel or serial link cable).
 
41
 
 
42
4�) This setup will modify your AUTOEXEC.BAT (Windows 9x/Me) to speed-up 
 
43
GTK+ 2.0 rendering. It should be better to REBOOT your machine after the first
 
44
installation...
 
45
 
 
46
5�) Unfortunately, TiLP does not have some nice TI fonts. By default, TiLP use the
 
47
Courier New font. Nevertheless, if you have installed the TI-Connect software, 
 
48
TiLP will use the TI's fonts.
 
49
 
 
50
 
 
51
PortTalk copyright (http://www.beyondlogic.org):
 
52
Documentation and source code Copyright � 2002 Craig Peacock, Craig.Peacock@beyondlogic.org
 
53
This driver is provided "as is", without any guarantee made as to its suitability or fitness 
 
54
for any particular use. Permission is herby granted to modify or enhance this sample code
 
55
to produce a derivative program which may only be distributed in compiled object form only.
39
56
 
40
57
 
41
58
COMPILATION
42
59
-----------
43
60
 
44
 
- Retrieve the 2 InstallShield packages at http://tilp.sourceforge.net.
45
 
There are one packages for header and the other for DLLs.
46
 
Latest GTK+ files can be found directly at
47
 
   http://user.sqic.fi/~tml/gimp/win32 or also at       
48
 
   http://www.gtk.org, GTK on Win32 topic)
49
 
 
50
 
With manually retrieved archives: 
51
 
- Uncompress the ZIP archives and copy the glib, gdk and gtk directory
52
 
in the /include dir of MSVC.
53
 
- More particularly, copy the glib.h and glibconfig.h file directly in the 
54
 
/include directory.
55
 
- As same, copy the gdk.h and gdkconfig.h file directly in the /include
56
 
directory.
57
 
- Next, copy also the gtk.h file into the /include dir.
58
 
- In the /include dir, copy string.h to strings.h.
59
 
- At last, copy all .lib files of the distrib in the /lib dir of MSVC.
60
 
 
61
 
With InstallShield packages: execute them !
62
 
 
63
 
To finish...
 
61
1�) MSVC: use projects with MSVC 5.0 or 6.0
 
62
 
 
63
2�) MinGW: ./configure, make, make install
64
64
 
65
65
 
66
66
AVAILABILITY
72
72
COPYRIGHT
73
73
---------
74
74
 
75
 
tilp is Copyright (C) 1999, 2000 by Romain Lievin <rlievin@mail.com>
 
75
TiLP is Copyright (C) 1999-2004 by the TiLP team <tilp-users@lists.sf.net>
76
76
 
77
 
Copying is allowed under the terms of GNU General Public License.
 
77
Copying is allowed under the terms of GNU General Public License.  
78
78
See the file COPYING for more details.
79
79
 
80
80
 
81
 
THANKS
82
 
------
83
 
 
84
 
See the THANKS file, please.
85
 
 
86
 
 
87
81
---------------------------------------------------------------------------
88
 
Please report any bugs, questions, ...  (please give me your platform, your
 
82
Please report any bugs, questions, ...  (please give us your platform, your 
89
83
calculator type (with ROM version) and your link cable model).
90
84
 
91
85
 
92
 
Romain Lievin <rlievin@mail.com>
 
86
The TiLP team <tilp-users@lists.sf.net>