From: curt Date: Wed, 3 Apr 2002 21:05:51 +0000 (+0000) Subject: - Added src-libs/boost.tar.gz and README.boost. This is in anticipation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=77e43a5fa8e8afd56d13ee593d2eeedbcb9b1eb5;p=simgear.git - Added src-libs/boost.tar.gz and README.boost. This is in anticipation of actually using them in the flightgear event manager. - Now that we have several add on libs we are bundling with simgear (but not automatically built as part of the simgear build) I have moved them to their own subdirectory (src-libs). --- diff --git a/README.boost b/README.boost new file mode 100644 index 00000000..34920835 --- /dev/null +++ b/README.boost @@ -0,0 +1,11 @@ +For your convenience and allowed by Boost's license terms, a subset of +Boost is bundled with SimGear in $(top_srcdir)/src-libs/. + +Boost must be installed before you can build SimGear. + +Once Boost is installed you can return to configuring and building +Simgear. + +This subset of Boost is taken from the current release, 1.27.0. + +Up to date Boost documentation is available at http://www.boost.org diff --git a/README.metakit b/README.metakit index 41ba2f59..fdc4315c 100644 --- a/README.metakit +++ b/README.metakit @@ -1,6 +1,6 @@ For your convenience (and with the author's permission) a copy of the -MetaKit source is bundled with SimGear. You must have metakit -installed before you can build SimGear. +MetaKit source is bundled with SimGear in $(top_srcdir)/src-libs/. +You must have metakit installed before you can build SimGear. - Most linux distributions have a metakit package. For linux developers, we recommend ysou install your distributions package diff --git a/README.zlib b/README.zlib index 6df27439..85aed030 100644 --- a/README.zlib +++ b/README.zlib @@ -1,7 +1,7 @@ For your convenience and allowed by zlib's license terms: http://www.gzip.org/zlib/zlib_license.html a copy of the zlib source -is bundled with SimGear. You must have zlib installed before you can -build SimGear. +is bundled with SimGear in $(top_srcdir)/src-libs/. You must have +zlib installed before you can build SimGear. - Most linux distributions have a zlib package. For linux developers, we recommend ysou install your distributions package diff --git a/metakit-2.4.3-33.tar.gz b/metakit-2.4.3-33.tar.gz deleted file mode 100644 index 69e6e2ad..00000000 Binary files a/metakit-2.4.3-33.tar.gz and /dev/null differ diff --git a/src-libs/boost.tar.gz b/src-libs/boost.tar.gz new file mode 100644 index 00000000..fa7bdf7f Binary files /dev/null and b/src-libs/boost.tar.gz differ diff --git a/src-libs/metakit-2.4.3-33.tar.gz b/src-libs/metakit-2.4.3-33.tar.gz new file mode 100644 index 00000000..69e6e2ad Binary files /dev/null and b/src-libs/metakit-2.4.3-33.tar.gz differ diff --git a/src-libs/zlib-1.1.4.tar.gz b/src-libs/zlib-1.1.4.tar.gz new file mode 100644 index 00000000..c76b5d80 Binary files /dev/null and b/src-libs/zlib-1.1.4.tar.gz differ diff --git a/zlib-1.1.4.tar.gz b/zlib-1.1.4.tar.gz deleted file mode 100644 index c76b5d80..00000000 Binary files a/zlib-1.1.4.tar.gz and /dev/null differ