• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H13-Apr-2013-2,4412,168

docs/H03-May-2022-5947

po/H03-May-2022-1,5711,321

src/H01-Nov-2016-13,8849,067

tests/H01-Nov-2016-1,5351,208

ABOUT-NLSH A D08-Apr-201593.1 KiB1,3281,280

AUTHORSH A D23-Mar-20162.3 KiB8252

COPYINGH A D13-Apr-201317.7 KiB340281

ChangeLogH A D01-Nov-201625.2 KiB563457

INSTALLH A D30-Oct-201615.4 KiB371289

LOGOH A D13-Apr-2013385 129

Makefile.amH A D13-Apr-2013321 178

READMEH A D23-Mar-20163.2 KiB8460

configure.acH A D03-May-20224.6 KiB187163

tifiles2.pc.inH A D08-Apr-2015267 1210

README

1 _______ _____   _____  _   _     _____   ____
2|__   __|_   _| / ____||_| | |   |  ___| /  __\
3   | |    | |  | |___   _  | |   | |___  | |__
4   | |    | |  |  ___| | | | |   |  ___| \__  \
5   | |   _| |_ | |     | | | |__ | |___  ___| |
6   |_|  |_____||_|     |_| |____||_____||_____/
7
8This library is part of the TILP framework by Romain Liévin et al.
9
10See the AUTHORS file for more detailed authorship information.
11
12-------------------------------------------------------------------------------
13Requirements
14-------------------------------------------------------------------------------
15
16OS:
17  - any *nix with a reasonably modern C compiler (a current GCC or Clang will
18    definitely work)
19  or
20  - Microsoft Windows, MSVC or MSYS+MinGW required for compiling from source
21
22Libraries:
23  - GLib 2 (required)
24  - libarchive (required)
25  - libticonv (required)
26
27Tools for building from source:
28  - autoreconf (required)
29  - make (required)
30  - tfdocgen (optional, required to build API docs)
31
32-------------------------------------------------------------------------------
33Compilation
34-------------------------------------------------------------------------------
35
36Untar the libtifiles2 archive, change directory to the libtifiles2 directory.
37
38Type "autoreconf -i -f" to generate the autotools files.
39
40Type "./configure" (add --prefix option to install to a non-default location).
41
42Type "make" and then "make install". "make install" requires root privileges
43to install to the default, system-wide location.
44
45-------------------------------------------------------------------------------
46Availability
47-------------------------------------------------------------------------------
48
49  http://lpg.ticalc.org/prj_tilp
50
51-------------------------------------------------------------------------------
52Copyright
53-------------------------------------------------------------------------------
54
55Copyright (C) 1999-2011 the TiLP team <tilp-users@lists.sf.net>
56See AUTHORS for detailed authorship information.
57
58This library is free software; you can redistribute it and/or modify it under
59the terms of the GNU General Public License as published by the Free Software
60Foundation; either version 2 of the License, or (at your option) any later
61version.
62
63(A special exception applies when linking the library into TilEm, see the
64COPYING file for details.)
65
66This library is distributed in the hope that it will be useful, but WITHOUT ANY
67WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
68PARTICULAR PURPOSE.  See the GNU General Public License for more details.
69
70You should have received a copy of the GNU General Public License along with
71this library (in the COPYING file); if not, see <http://www.gnu.org/licenses/>.
72
73-------------------------------------------------------------------------------
74
75Texas Instruments and TI are trademarks of Texas Instruments Incorporated.
76For more informations: <http://education.ti.com/educationportal/sites/US/nonProductSingle/global_trademarks.html>
77This document has been written independently of Texas Instruments.
78
79Please report any bugs, questions, etc. on the SourceForge infrastructure
80(http://sourceforge.net/tilp). Please indicate your platform, your calculator
81type and ROM version.
82
83The TiLP team <tilp-users@lists.sf.net>
84