Freitag, 18. Mai 2007

TI-89 and Fedora

The GTKTIemu-Project has build a emulator for the TI-89, the TI-92 and the Voyager 200. The installation is not as easy because the packages aren't in the repositories.

Installation

The packages must be downloaded from the project web page and installed manually. tiemu3 has various dependencies which must be dissolved first.

# yum -y install itcl itk iwidgets kdelibs xdg-utils

The dependencies

# rpm -ihv http://ovh.dl.sourceforge.net/sourceforge/gtktiemu/libticonv-20070207-1.i386.rpm
# rpm -ihv http://ovh.dl.sourceforge.net/sourceforge/gtktiemu/libtifiles2-20070207-1.i386.rpm

# rpm -ihv http://ovh.dl.sourceforge.net/sourceforge/gtktiemu/libticables2-20070207-1.i386.rpm
# rpm -ihv http://ovh.dl.sourceforge.net/sourceforge/gtktiemu/libticalcs2-20070207-1.i386.rpm

Now it's time for the tiemu3 package.

# rpm -ihv http://ovh.dl.sourceforge.net/sourceforge/gtktiemu/tiemu3-20070207-1.i386.rpm

Usage

The lunch of the emulator is quite easy. Anwendungen -> Entwicklung -> TiEmu (if the GUI is in german, otherwise Application -> Development -> TiEmu). You can use your own ROM data or you can use the ROM data shipped with timenu your virtual TI-89. After pessing the "ON"-Button the calculator is ready...



By the way there is a geman version available too.

3 Kommentare:

Kevin Kofler hat gesagt…

I do have a repository up now!
http://repo.calcforge.org/fedora/
Your version is outdated as of yesterday, TiEmu 3.00 is now up in the repository.

Also, it has been called "TiEmu" for a while now, not GtkTiEmu.

Kevin Kofler hat gesagt…

Moreover, it's "Voyage 200", not "Voyager 200".

Fabian hat gesagt…

thanks Kevin