User:NeoAmsterdam/TilEm

From OLPC
< User:NeoAmsterdam
Revision as of 06:53, 17 February 2011 by NeoAmsterdam (talk | contribs) (Yeah... now it's done. Officially.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
TilEm
TI Linux Emulator
This process, application, or procedure involves a ROM image.
ROMs are subject to copyright. If you do not own the ROM, then you are not entitled to the ROM image. Do not contact me about ROMs.
This procedure builds software from source code.
Developers’ tools must be installed. Your results may vary.
This process or procedure involves yum.
If misused, yum can render your XO unusable. Please read the documentation before using 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 /usr/local/bin, and is a CPU hog.

  1. Install needed development packages.
    sudo yum install gtk2-devel
  2. Acquire the source code.
    wget http://sourceforge.net/projects/tilem/files/tilem-devel/0.973/tilem-0.973.tar.bz2/download
  3. Unpack the source code and enter the root directory.
    1. bzip2 -d tilem-0.973.tar.bz2
    2. tar xf tilem-0.973.tar.bz2
    3. cd tilem-0.973
  4. Configure the makefile.
    ./configure
  5. Make tilem.
    make
  6. Install tilem.
    sudo make install
    tilem installs to /usr/local/bin/ by default.
  7. Install the TI ROMs to ~/.TilEm.
    1. mkdir ~/.TilEm
    2. cp rom_files ~/.TilEm/.