From fdda165858eb1d82a322765838f1d23d2f338bfa Mon Sep 17 00:00:00 2001 From: gdt <> Date: Sat, 27 Nov 2010 23:03:01 +0000 Subject: [PATCH] [Imported from Trac: page Packaging, version 24] --- Packaging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Packaging.md b/Packaging.md index 06d9217..8ea9931 100644 --- a/Packaging.md +++ b/Packaging.md @@ -84,3 +84,7 @@ Advantages: Possible advantages: * perhaps in the future we will replace "build/configure/package/distribute/test/develop" code written in the Make language with code written in Python; One specific instance of this is `./setup.py test` which runs the unit tests + +## Build System Theory + +See [BuildSystemTheory](BuildSystemTheory) for a discussion of the ways in which tahoe is built, the conflicting goals of these ways, and (eventually) a plan to be able to meet these multiple goals.