From 4263f4f2a148dba13389cfad2fe2af63a1fc4422 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Thu, 9 Apr 2009 09:33:12 +0000 Subject: update build system git-svn-id: svn://tug.org/texlive/trunk@12676 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/README | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 Build/source/README (limited to 'Build/source/README') diff --git a/Build/source/README b/Build/source/README deleted file mode 100644 index df8ea5c456f..00000000000 --- a/Build/source/README +++ /dev/null @@ -1,52 +0,0 @@ - tex-live-2009test-1.4 - ===================== - -Purpose: --------- - -Testing the mechanism to configure and buid the various TL modules - libs/* - utils/* - texk/* -in a different order. If a program or library built in module A (e.g., -texk/dvipng) depends on a library supplied by module B (e.g., libs/libpng or -texk/kpathsea) then module B is built before configuring module A. - -This package demonstrates how to first configure and build each of the -libraries in the TL tree (texk/kpathsea and libs/*), before configuring -other libraries or programs using that library. - -This is mainly important for modules maintained independently, outside the -TL tree. Such modules can be configured and built as part of the TL tree or -independently using installed (system) versions of the required libraries. -Building these required libraries before configuring the module, allows to -perform the same tests to determine features of the (uninstalled or system) -libraries. This should considerably reduce the work required to integrate -new versions of such modules into the LT tree. - -This mechanism is intended to become part of the TL build system. It is -therefore important to test it now on all different build systems, instead -of complaining later. - -============================= - -The tarball is available as - ftp://ftpth.mppmu.mpg.de/pub/peb/TL/tex-live-2009test-1.4.tar.bz2 - ftp://ftpth.mppmu.mpg.de/pub/peb/TL/tex-live-2009test-1.4.tar.gz - -============================= - -Some remarks: -------------- - -At the moment all (sub-)packages use Automake; that's just a lot simpler, -but translation to plain Autoconf should be straightforward. - -All programs use Libtool in order to properly handle (uninstalled or system) -libtool libraries. - -A few libraries use Libtool but most don't. - -============================= - -2009-02-15 Peter Breitenlohner -- cgit v1.2.3