From b58fb0c1c4f45374d18a888ada52606d0bf06eff Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 28 Mar 2013 22:39:52 -0700 Subject: [PATCH] Fixed README accordingly to the changes in the build system. --- build-mac/README | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build-mac/README b/build-mac/README index 35d7afa..1f603cf 100644 --- a/build-mac/README +++ b/build-mac/README @@ -1,2 +1,6 @@ -run ./update.sh to bootstrap project for Mac OS X and iPhone OS. +./update.sh will be run during the build of the Xcode project. +For the developers: +Run the following if any file has been added to the sources: +./update.sh prepare +It will rebuild autogen-result.tar.gz. This archive will contains the result of ./autogen.sh script.