[Imported from Trac: page Packaging, version 24]

gdt 2010-11-27 23:03:01 +00:00
parent bd059ebb0c
commit fdda165858

@ -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.