diff options
Diffstat (limited to 'tools/osxbuild/README.txt')
-rw-r--r-- | tools/osxbuild/README.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/osxbuild/README.txt b/tools/osxbuild/README.txt new file mode 100644 index 000000000..9de0d740d --- /dev/null +++ b/tools/osxbuild/README.txt @@ -0,0 +1,6 @@ +This directory contains the script to build a universal binary for +OSX. The binaries work on OSX 10.4 and 10.5. + + - bdist_mpkg v0.4.3 is required + +See the docstring in build.py for more details. |