From a8a4da152d17f3cd64c2c5d906165ab61f358ca3 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 5 Jun 2011 13:50:53 -0700 Subject: [PATCH] Mention Qt and brew/port notice when building on Mac OS X. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e4a67c51..3f7c5c48 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ PhantomJS is cross-platform, it can be compiled for Linux, Windows, FreeBSD, and Refer to the [build instructions](http://code.google.com/p/phantomjs/wiki/BuildInstructions) for details. +**Note**: If you are on Mac OS X, [read the notice](http://code.google.com/p/phantomjs/wiki/BuildInstructions#Mac_OS_X) +before you start using `brew` or `port` to install Qt and/or PhantomJS. + PhantomJS scripts can be written in JavaScript or [CoffeeScript](http://jashkenas.github.com/coffee-script/). See also [quick start guide](http://code.google.com/p/phantomjs/wiki/QuickStart) @@ -23,4 +26,6 @@ which show various PhantomJS scripts, covering: Do not forget to consult the concise [API Reference](http://code.google.com/p/phantomjs/wiki/Interface). +PhantomJS is based on [Qt](http://qt.nokia.com). There are two implementations, using C++ and Python. + If you want to contribute, please read the [Contribution Guide](http://code.google.com/p/phantomjs/wiki/ContributionGuide).