File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed
Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ Minumum Requirements
2+ ---------------------
3+ * Qt Mac OS X install:
4+ Download QT sources from
5+ http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.zip
6+ Unzip and build sources for native (64bit) architecture
7+ > configure -opensource -confirm-license -nomake examples -nomake tests -release -arch x86_64
8+ > make
9+ > make install
10+ See more details here
11+ http://qt-project.org/doc/qt-4.8/install-mac.html
12+
13+ Setup:
14+ ------
15+ In command prompt run WebDriver or WebDriver_noWebkit
Original file line number Diff line number Diff line change 1+ Minumum Requirements
2+ ---------------------
3+ * Qt Mac OS X install:
4+ Download QT sources from
5+ http://download.qt-project.org/official_releases/qt/5.2/5.2.0/single/qt-everywhere-opensource-src-5.2.0.tar.gz
6+ Untar and build sources for native (64bit) architecture
7+ > configure -opensource -confirm-license -nomake examples -nomake tests -release -arch x86_64 -no-framework
8+ > make
9+ > make install
10+ See more details here
11+ http://qt-project.org/doc/qt-5/macosx-building.html
12+
13+ Setup:
14+ ------
15+ In command prompt run WebDriver or WebDriver_noWebkit
You can’t perform that action at this time.
0 commit comments