User:NeoAmsterdam/TilEm: Difference between revisions
Jump to navigation
Jump to search
NeoAmsterdam (talk | contribs) (From `note in progress` to finished how-to) |
NeoAmsterdam (talk | contribs) (Yeah... now it's done. Officially.) |
||
Line 1: | Line 1: | ||
[[Image:NA 860 G TilEM.png|thumb|right|'''[http://lpg.ticalc.org/prj_tilem/ TilEm]'''<hr />[http://lpg.ticalc.org/prj_tilem/ TI Linux Emulator]|link=]] |
[[Image:NA 860 G TilEM.png|thumb|right|'''[http://lpg.ticalc.org/prj_tilem/ TilEm]'''<hr />[http://lpg.ticalc.org/prj_tilem/ TI Linux Emulator]{{User:NeoAmsterdam/Snippets/ROMs}}{{User:NeoAmsterdam/Snippets/Source Code}}{{User:NeoAmsterdam/Snippets/Yum}}|link=]] |
||
{{User:NeoAmsterdam/Snippets/ROMs}} |
|||
{{User:NeoAmsterdam/Snippets/Source Code}} |
|||
{{User:NeoAmsterdam/Snippets/Yum}} |
|||
TilEm is an emulator of Zilog 80-based graphic calculators manufactured by Texas Instruments. TilEm must be built from source code, requires ROM images, installs to <tt>/usr/local/bin</tt>, and is a CPU hog. |
TilEm is an emulator of Zilog 80-based graphic calculators manufactured by Texas Instruments. TilEm must be built from source code, requires ROM images, installs to <tt>/usr/local/bin</tt>, and is a CPU hog. |
||
Latest revision as of 10:53, 17 February 2011
TilEm is an emulator of Zilog 80-based graphic calculators manufactured by Texas Instruments. TilEm must be built from source code, requires ROM images, installs to /usr/local/bin, and is a CPU hog.
- Install needed development packages.
sudo yum install gtk2-devel - Acquire the source code.
wget http://sourceforge.net/projects/tilem/files/tilem-devel/0.973/tilem-0.973.tar.bz2/download - Unpack the source code and enter the root directory.
- bzip2 -d tilem-0.973.tar.bz2
- tar xf tilem-0.973.tar.bz2
- cd tilem-0.973
- Configure the makefile.
./configure - Make tilem.
make - Install tilem.
sudo make install
tilem installs to /usr/local/bin/ by default. - Install the TI ROMs to ~/.TilEm.
- mkdir ~/.TilEm
- cp rom_files ~/.TilEm/.