libcalccables - CalcForge link cable library ============================================ This library is part of the CalcForge framework , maintained by Kevin Kofler and Tyler Cassidy. The CalcForge framework is derived from the TiLP framework by Romain LiƩvin et al. This library is derived from libticables2. See the AUTHORS file for more detailed authorship information. ------------------------------------------------------------------------------- Requirements ------------------------------------------------------------------------------- OS: - any *nix with a reasonably modern C compiler (a current GCC will definitely work) See the CONFIG file for device permission issues and how to solve them. or - M$ Window$ - MinGW and MSYS required for compiling from source Libraries: - GLib 2 (required) - libusb 0.1 or libusb-win32 (optional, required to use USB cables) Tools for building from source: - make (required) - calcforge-docgen (optional, required to build API docs) ------------------------------------------------------------------------------- Compilation ------------------------------------------------------------------------------- Untar the libcalccables archive, change directory to the libcalccables directory. Type "./configure" Type "make", "make install" (requires root privileges). Note: some cable handlers can be disabled using #define NO_CABLE_XXX. ------------------------------------------------------------------------------- Availability ------------------------------------------------------------------------------- https://www.calcforge.org/trac/calcforgelp/ ------------------------------------------------------------------------------- Copyright ------------------------------------------------------------------------------- Copyright (C) 1999-2009 the TiLP team Copyright (C) 2009 the CalcForge team See AUTHORS for detailed authorship information. This library 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. (A special exception applies when linking the library into TilEm, see the COPYING file for details.) This library 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 library (in the COPYING file); if not, see . ------------------------------------------------------------------------------- Please report any bugs to our bug tracker: https://www.calcforge.org/trac/calcforgelp/newticket?component=libcalccables (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