*************** * Emu-TIGCC * *************** REQUIREMENTS ------------ - A *nix computer and C compiler (GCC) with X11 (X Window System) or - M$ Window$ - MinGW and MSYS required for compiling from source - GTK+ 2.6 or higher from - libcalccables, libcalcconv, libcalcfiles and libcalcprotocols INSTALLATION ------------ At first, you must have the CalcForge libraries (libcalccables, libcalcconv, libcalcfiles and libcalcprotocols) installed. See the documentation of these libraries for the installation procedure. Untar the emu-tigcc-X.XX.tar.bz2 archive (tar -xvjf), change directory to the emu-tigcc directory. Go the tiemu directory and type './configure' in order to be sure that all it is OK. If you don't want support for KDE file dialogs on *nix/X11, run './configure --without-kde' instead. Next, type 'make' to make a binary for your machine. If you do not want to use GDB as a debugger, instead using only the old VTI- style assembly-only debugger (as in TiEmu 2), run './configure --disable-gdb'. If the compilation succeeds without any errors, you can type 'make install' to install the binary to /usr/local/bin. This will also copy some necessary files to /usr/local/share/emu-tigcc and will install the manpage and the help. If you already have some Emu-TIGCC or TiEmu images, you will have to manually copy them to the /usr/locale/share/emu-tigcc/images directory. USAGE ----- Type 'emu-tigcc' for using it. Emu-TIGCC accepts some command line parameters. Run 'emu-tigcc --help' or read the manpage by 'man emu-tigcc'. AVAILABILITY ------------ https://www.calcforge.org/trac/emu-tigcc/ COPYRIGHT --------- Copyright (C) 2000-2009 the TiEmu team Copyright (C) 2009 the CalcForge team See AUTHORS for detailed authorship information. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program (in the COPYING file); if not, see . --------------------------------------------------------------------------- Please report any bugs to our bug tracker: https://www.calcforge.org/trac/emu-tigcc/newticket?component=Emu-TIGCC (please specify your computer platform, your calculator type (with ROM version) and your link cable model). For questions and discussion, please use the forums: https://www.calcforge.org/forum/ The CalcForge team