~ubuntu-branches/ubuntu/wily/oolite/wily-proposed

« back to all changes in this revision

Viewing changes to tests/mac-build-clean/README.txt

  • Committer: Package Import Robot
  • Author(s): Nicolas Boulenguez
  • Date: 2011-12-22 00:22:39 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20111222002239-pr3upeupp4jw1psp
Tags: 1.76-1
* New upstream.
* watch: scan upstream stable releases instead of dev snapshots.
* control: use default gobjc instead of explicit 4.6.
* rules: use dpkg-dev build flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
build-clean.sh
 
2
 
 
3
This script will check out a clean copy of Oolite trunk, and build five copies
 
4
of it:
 
5
* Debug-ppc
 
6
* Debug-i386
 
7
* Debug-x86_64
 
8
* TestRelease (universal)
 
9
* Deployment (universal)
 
10
 
 
11
The working copy is made in a directory called "clean" within the current
 
12
working directory, which will be deleted first if it already exists. Build
 
13
results are written to text files inside the working directory.
 
14
 
 
15
As you may imagine, this is slow. On my 2007 iMac, it takes about 40 minutes.
 
16
If you show off about it being much faster on your machine, I'll force you to
 
17
do it nightly.
 
18
 
 
19
Because it builds a debug build for each supported architecture, and the
 
20
build process involves running code-generation tools, it must be run on a
 
21
64-bit Intel system with Rosetta installed.
 
22
 
 
23
If you plan on running this, I suggest excluding the enclosing directory from
 
24
Time Machine backups.