• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1           GNU LIBTEXTSTYLE - Text styling library
2
3This library provides an easy way to add styling to programs that
4produce output to a console or terminal emulator window.
5
6libtextstyle is for you if your application produces text that is more
7readable when it is accompanied with styling information, such as color,
8font attributes (weight, posture), or underlining.
9
10
11Installation
12------------
13
14As usual for GNU packages:
15
16    $ ./configure --prefix=[[PREFIX]]     where [[PREFIX]] is e.g. $HOME/local
17    $ make
18    $ make install
19
20
21Copyright
22---------
23
24The libtextstyle library and its header files are licensed under the GNU GPLv3+.
25
26You find the GNU GPL version 3 in the file COPYING or at
27<https://www.gnu.org/licenses/gpl-3.0-standalone.html>.
28
29The documentation is under another license; see in the documentation.
30
31
32Download
33--------
34
35    https://alpha.gnu.org/gnu/gettext/libtextstyle-0.8.tar.gz
36
37Homepage
38--------
39
40    https://www.gnu.org/software/gettext/libtextstyle/
41
42Bug reports to
43--------------
44
45    <bug-gettext@gnu.org>
46
47
48Bruno Haible <bruno@clisp.org>
49