Updated Branches: refs/heads/master ce91a7124 -> 4f48fb0f2
Fixes CB-843 - Makefile - installing wkhtmltopdf problems Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/4f48fb0f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/4f48fb0f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/4f48fb0f Branch: refs/heads/master Commit: 4f48fb0f29d47b8fbee60f01fb7d90b3acac77c2 Parents: ce91a71 Author: Shazron Abdullah <shaz...@apache.org> Authored: Thu May 31 14:26:38 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Thu May 31 14:26:38 2012 -0700 ---------------------------------------------------------------------- README.md | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/4f48fb0f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0711cc7..7aa5f17 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,10 @@ Build and install the Installer Package ------------------------------------------------------------- You don't need to do this if you downloaded the installer from [http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/), this is only for developers that need to compile the source. -1. Launch "Terminal.app" +1. Launch **"Terminal.app"** 2. Navigate to the folder where the Makefile is -3. Type in "make" then press Enter +3. Type in **"make"** then press Enter +4. **make** will require you to install [Homebrew](http://mxcl.github.com/homebrew/), [wkhtmltopdf](http://code.google.com/p/wkhtmltopdf/) and [Markdown](http://daringfireball.net/projects/markdown/), in that order - you will have to agree to install them manually, we don't install them automatically. Note for **wkhtmltopdf**, follow the instructions exactly - you'll have to install version **0.9.9** through **make install-wkhtmltopdf**, NOT **brew install wkhtmltopdf** <br />