You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default configuration is for the native architecture, without using a system SDK. GDAL, PROJ, GEOS and SQLite frameworks are used. Spatialite is expected in the SQLite framework. Postgres and GSL are expected in default /usr/local builds. Expat is from the system on Leopard and above, and is expected in /usr/local on Tiger. GRASS support is from a GRASS-6.4.app application. The python.org Python framework is used on Tiger, and the system Python is used on Leopard and above.\
93
+
The default configuration is for a universal build, with the Leopard (10.5) SDK. GDAL, PROJ, GEOS and SQLite frameworks are used. Spatialite is expected in the SQLite framework. Postgres and GSL are expected in default /usr/local builds. Expat is from the system on Leopard and above, and is expected in /usr/local on Tiger. GRASS support is from a GRASS-6.4.app application. The python.org Python framework is used on Tiger, and the system Python is used on Leopard and above.\
94
94
\
95
95
By default, Qt, GSL, the Postgres client library are bundled in the Qgis application.\
96
96
\
97
97
\ul Minimal Config\ulnone\
98
98
\
99
-
You must set at least SDKSYS to match the system you are building for.\
99
+
You
100
+
\b must set at least SDKSYS
101
+
\b0 to match the system you are building for. Other defaults will adjust automatically to match the SDK.\
\f0\fs24 is a list of which architectures to build, the default is the native arch of your Mac. Uncomment the universal line if that's what you want.\
130
-
\
131
+
\f0\fs24 is a list of which architectures to build, the default is universal to match the SDK used. Uncomment and set ARCHS if you want a single arch. This is a
\f0\fs24 is where the Qt applications and plugins are installed.
148
+
\f1\fs20\cf0QT_PLUGINS_DIR
149
+
\f0\fs24 is where the Qt plugins are installed.
139
150
\f1\fs20 QTBIN
140
151
\f0\fs24 is where the Qt command-line programs are found. The default is for a binary installation of Qt. If built from source, you may need to change these.\
\f0\fs24 is the full path to the gpsbabel CLI program. Used for bundling gpsbabel.\
153
164
\
154
-
155
-
\f1\fs20 SIP_system
156
-
\f0\fs24 is the full path to the sip program when installed for the system Python on Leopard. If the INSTALL instructions are followed to install SIP, this shouldn't need to be changed.\
\cf0\ul Library forms\ulnone - this is where you tell the project what type of library you have, as many of them are available in framework forms as well as libraries.\
@@ -197,6 +204,16 @@ See detailed dependency notes below.\
197
204
\
198
205
- GRASS - GRASS.app \ul must\ulnone be installed as it was built. If it was moved or renamed after installation, GRASS support in Qgis won't work. This goes for building Qgis as well as running it to use full GRASS support.\
199
206
\
207
+
- Python/SIP/PyQt - this is a complex installation. Python can be either in the system or separately installed in
208
+
\f1\fs20 /Library/Frameworks
209
+
\f0\fs24 . SIP/PyQt has both binary program and Python components. Programs and Python modules will be installed inside the Python framework for a
210
+
\f1\fs20 /Library/Frameworks
211
+
\f0\fs24 install. But the system Python has a user location for Python modules, and programs should be installed elsewhere, like /usr/local/bin (follow the Qgis install instructions for SIP/PyQt).\
212
+
\
213
+
SIP/PyQt programs are found with the
214
+
\f1\fs20 PYTHON_USRBIN
215
+
\f0\fs24 setting. This is automatic if you follow the Qgis SIP/PyQt install instructions.\
0 commit comments