mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-26 03:22:08 +03:00
a571c83d82
* Handle the libgsystem submodule * ACLOCAL_FLAGS was broken * Add srpm-embedded
20 lines
523 B
Plaintext
20 lines
523 B
Plaintext
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-deps-download
|
|
$ cd ..
|
|
$ make release-tarball-embedded
|
|
|
|
To build it:
|
|
|
|
$ ./configure --enable-embedded-dependencies ...
|
|
|
|
as usual.
|