summaryrefslogtreecommitdiff
path: root/INSTALL.in
blob: 1581a3d9edb3c6671094c733bea129f72423799b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
babl @BABL_VERSION@

    Dynamic; any to any, pixel format conversion library.

-----------------------------------------------------------------------

Installation instructions:
--------------------------

From a released version the following is the expected method of
installation (or a variation on this theme):

     ------------------------------------------------------------
     foo$ wget ftp://ftp.gtk.org/pub/babl/0.1/babl-@BABL_VERSION@.tar.bz2
     foo$ tar xvf babl-@BABL_VERSION@.tar.gz
     foo$ cd babl-@BABL_VERSION@
     foo/babl-@BABL_VERSION@$ meson build
     foo/babl-@BABL_VERSION@$ cd build
     foo/babl-@BABL_VERSION@/build$ ninja && ninja install

     ------------------------------------------------------------