ostree/embedded-dependencies
2012-06-20 10:37:36 -04:00
..
Makefile.am build: Various bugfixes for embedded-dependencies 2012-06-20 10:37:36 -04:00
Makefile.bootstrap Support building with embedded libsoup 2012-06-14 19:34:28 -04:00
README Support building with embedded glib 2012-06-14 13:45:59 -04:00

To support building on older systems, this infrastructure allows
bundling libraries.  At the moment, this is just GLib.

The intent of this system is that a "ostree-embeddeps.tar.gz" is
created, which can be used as input to an RPM or Debian package, which
can then be installed on older operating systems.

To create one, use:

$ cd embedded-dependencies
$ make -f Makefile.bootstrap embedded-glib-download
$ cd ..
$ make release-tarball-embedded

To build it:

$ ./configure --enable-embedded-glib ...

as usual.