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

..03-May-2022-

build/H13-Apr-2013-3,2942,875

docs/H03-May-2022-5443

po/H03-May-2022-3,5042,790

src/H01-Nov-2016-39,39531,018

tests/H01-Nov-2016-2,0721,739

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-201656.4 KiB1,095870

INSTALLH A D30-Oct-201615.4 KiB371289

LOGOH A D13-Apr-2013445 129

Makefile.amH A D13-Apr-2013322 188

Makefile.inH A D30-Oct-201628.7 KiB917815

READMEH A D23-Mar-20163.3 KiB8561

configure.acH A D03-May-20227.3 KiB281244

ticalcs2.pc.inH A D08-Apr-2015280 1411

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  - libticonv (required)
25  - libtifiles2 (required)
26  - libticables2 (required)
27
28Tools for building from source:
29  - autoreconf (required)
30  - make (required)
31  - tfdocgen (optional, required to build API docs)
32
33-------------------------------------------------------------------------------
34Compilation
35-------------------------------------------------------------------------------
36
37Untar the libticalcs2 archive, change directory to the libticalcs2 directory.
38
39Type "autoreconf -i -f" to generate the autotools files.
40
41Type "./configure" (add --prefix option to install to a non-default location).
42
43Type "make" and then "make install". "make install" requires root privileges
44to install to the default, system-wide location.
45
46-------------------------------------------------------------------------------
47Availability
48-------------------------------------------------------------------------------
49
50  http://lpg.ticalc.org/prj_tilp
51
52-------------------------------------------------------------------------------
53Copyright
54-------------------------------------------------------------------------------
55
56Copyright (C) 1999-2011 the TiLP team <tilp-users@lists.sf.net>
57See AUTHORS for detailed authorship information.
58
59This library is free software; you can redistribute it and/or modify it under
60the terms of the GNU General Public License as published by the Free Software
61Foundation; either version 2 of the License, or (at your option) any later
62version.
63
64(A special exception applies when linking the library into TilEm, see the
65COPYING file for details.)
66
67This library is distributed in the hope that it will be useful, but WITHOUT ANY
68WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
69PARTICULAR PURPOSE.  See the GNU General Public License for more details.
70
71You should have received a copy of the GNU General Public License along with
72this library (in the COPYING file); if not, see <http://www.gnu.org/licenses/>.
73
74-------------------------------------------------------------------------------
75
76Texas Instruments and TI are trademarks of Texas Instruments Incorporated.
77For more informations: <http://education.ti.com/educationportal/sites/US/nonProductSingle/global_trademarks.html>
78This document has been written independently of Texas Instruments.
79
80Please report any bugs, questions, etc. on the SourceForge infrastructure
81(http://sourceforge.net/tilp). Please indicate your platform, your calculator
82type and ROM version.
83
84The TiLP team <tilp-users@lists.sf.net>
85