Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Oct 27, 2014
2 parents 1932390 + 362d69c commit 0fa4ce3
Show file tree
Hide file tree
Showing 610 changed files with 169,904 additions and 149,365 deletions.
16 changes: 7 additions & 9 deletions INSTALL
@@ -1,10 +1,10 @@
QGIS
Building QGIS from source - step by step
Friday July 25, 2014
Thursday October 23, 2014


Last Updated: Friday July 25, 2014
Last Change : Friday July 25, 2014
Last Updated: Thursday October 23, 2014
Last Change : Sunday September 28, 2014


1. Introduction
Expand Down Expand Up @@ -1457,9 +1457,8 @@ your own risk.
5.4.5. Additional dependencies: SIP
===================================

Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either
prior version: 4.14.6.
later version: 4.16.3+
Mt Lion note: SIP 4.15.7 appears to not work on Mt Lion. Install either
a prior version to 4.14.6 or a later version 4.16.3+

Retrieve the python bindings toolkit SIP from

Expand Down Expand Up @@ -1520,7 +1519,6 @@ for Mavericks:
python2.7 configure.py -d /Library/Python/2.7/site-packages -b /usr/local/bin \
-e /usr/local/include -v /usr/local/share/sip --arch=x86_64 -s MacOSX10.9.sdk


continue...

Then continue with compilation and installation:
Expand Down Expand Up @@ -1560,7 +1558,7 @@ Save the qscintilla.pro file and build the QScintilla2 C++ library:
sudo make install

adjust the install_name_tool command for the version installed of QScintilla installed:

sudo install_name_tool -id /usr/local/lib/libqscintilla2.11.dylib \
/usr/local/lib/libqscintilla2.11.dylib

Expand Down Expand Up @@ -1646,7 +1644,7 @@ Then make again.
This will create the Qsci.so module in /Library/Python/2.x/site-packages/PyQt4.
Like PyQt, it needs help to not install in system locations.

Snow Leopard: substitute 2.6 for Python version
Snow Leopard: substitute '2.6' for Python version

cd <QScintilla2 source dir>
cd Python
Expand Down

0 comments on commit 0fa4ce3

Please sign in to comment.