mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Use proper QGIS acronym (instead of Qgis) for OSX install notes
This commit is contained in:
parent
c70d216713
commit
c94768889a
22
INSTALL
22
INSTALL
@ -1,10 +1,10 @@
|
|||||||
Quantum GIS (QGIS)
|
Quantum GIS (QGIS)
|
||||||
Building QGIS from source - step by step
|
Building QGIS from source - step by step
|
||||||
Sunday November 06, 2011
|
Tuesday December 27, 2011
|
||||||
|
|
||||||
|
|
||||||
Last Updated: Sunday November 06, 2011
|
Last Updated: Tuesday December 27, 2011
|
||||||
Last Change : Sunday November 06, 2011
|
Last Change : Tuesday December 27, 2011
|
||||||
|
|
||||||
|
|
||||||
1. Introduction
|
1. Introduction
|
||||||
@ -1226,7 +1226,7 @@ http://www.kyngchaos.com/wiki/software/frameworks
|
|||||||
Once downloaded, open and install the frameworks.
|
Once downloaded, open and install the frameworks.
|
||||||
|
|
||||||
William provides an additional installer package for Postgresql (for PostGIS
|
William provides an additional installer package for Postgresql (for PostGIS
|
||||||
support). Qgis just needs the libpq client library, so unless you want to
|
support). QGIS just needs the libpq client library, so unless you want to
|
||||||
setup the full Postgres + PostGIS server, all you need is the client-only
|
setup the full Postgres + PostGIS server, all you need is the client-only
|
||||||
package. It's available here:
|
package. It's available here:
|
||||||
|
|
||||||
@ -1242,7 +1242,7 @@ http://www.kyngchaos.com/wiki/software/grass
|
|||||||
|
|
||||||
There are some additional dependencies that, at the time of writing, are not
|
There are some additional dependencies that, at the time of writing, are not
|
||||||
provided as frameworks or installers so we will need to build these from source.
|
provided as frameworks or installers so we will need to build these from source.
|
||||||
If you are wanting to build Qgis as a 64-bit application, you will need to
|
If you are wanting to build QGIS as a 64-bit application, you will need to
|
||||||
provide the appropriate build commands to produce 64-bit support in dependencies.
|
provide the appropriate build commands to produce 64-bit support in dependencies.
|
||||||
Likewise, for 32-bit support on Snow Leopard, you will need to override the
|
Likewise, for 32-bit support on Snow Leopard, you will need to override the
|
||||||
default system architecture, which is 64-bit, according to instructions for
|
default system architecture, which is 64-bit, according to instructions for
|
||||||
@ -1404,7 +1404,7 @@ http://pyqwt.sourceforge.net/
|
|||||||
|
|
||||||
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0
|
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0
|
||||||
(comes with Qwt 5.2.1). Normal compilation does both Qwt and PyQwt at the same
|
(comes with Qwt 5.2.1). Normal compilation does both Qwt and PyQwt at the same
|
||||||
time, but Qwt is statically linked into PyQwt, and Qgis can't use it. So, we
|
time, but Qwt is statically linked into PyQwt, and QGIS can't use it. So, we
|
||||||
need to split the build.
|
need to split the build.
|
||||||
|
|
||||||
Now, cd into the qwt-5.2 subdir in a Terminal. Type these commands to build
|
Now, cd into the qwt-5.2 subdir in a Terminal. Type these commands to build
|
||||||
@ -1522,7 +1522,7 @@ This will automatically find and use the previously installed frameworks, and
|
|||||||
the GRASS application if installed.
|
the GRASS application if installed.
|
||||||
|
|
||||||
Or, to use a Unix-style build of GRASS, use the following cmake invocation
|
Or, to use a Unix-style build of GRASS, use the following cmake invocation
|
||||||
(minimum GRASS version as stated in the Qgis requirements, substitute the GRASS
|
(minimum GRASS version as stated in the QGIS requirements, substitute the GRASS
|
||||||
path and version as required):
|
path and version as required):
|
||||||
|
|
||||||
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
|
cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D CMAKE_BUILD_TYPE=Release \
|
||||||
@ -1553,7 +1553,7 @@ script and add arch flags to the configuration:
|
|||||||
-D CMAKE_OSX_ARCHITECTURES=i386 -D PYTHON_EXECUTABLE=/usr/local/bin/python32 \
|
-D CMAKE_OSX_ARCHITECTURES=i386 -D PYTHON_EXECUTABLE=/usr/local/bin/python32 \
|
||||||
..
|
..
|
||||||
|
|
||||||
The Qgis Mapserver feature requires fastcgi support. This is included in
|
The QGIS Mapserver feature requires fastcgi support. This is included in
|
||||||
Leopard and Snow Leopard, but was dropped at Lion. To build the Mapserver
|
Leopard and Snow Leopard, but was dropped at Lion. To build the Mapserver
|
||||||
component on Leopard and Snow, add the followling line before the last line in
|
component on Leopard and Snow, add the followling line before the last line in
|
||||||
the above configuration:
|
the above configuration:
|
||||||
@ -1564,9 +1564,9 @@ On Lion you are on your own to figure out how to install libfcgi and add fcgi
|
|||||||
support to the system Apache. Not recommended for the average user.
|
support to the system Apache. Not recommended for the average user.
|
||||||
|
|
||||||
Bundling note: Older Qt versions may have problems with some Qt plugins and
|
Bundling note: Older Qt versions may have problems with some Qt plugins and
|
||||||
Qgis. The way to handle this is to bundle Qt inside the Qgis application. You
|
QGIS. The way to handle this is to bundle Qt inside the QGIS application. You
|
||||||
can do this now or wait to see if there are immediate crashes when running Qgis.
|
can do this now or wait to see if there are immediate crashes when running QGIS.
|
||||||
It's also a good idea to bundle Qt if you need to copy Qgis to other Macs (where
|
It's also a good idea to bundle Qt if you need to copy QGIS to other Macs (where
|
||||||
you would have to install Xcode just so Qt would install!).
|
you would have to install Xcode just so Qt would install!).
|
||||||
|
|
||||||
To bundle Qt, add the following line before the last line (the ".." line) in
|
To bundle Qt, add the following line before the last line (the ".." line) in
|
||||||
|
16
doc/osx.t2t
16
doc/osx.t2t
@ -83,7 +83,7 @@ http://www.kyngchaos.com/wiki/software/frameworks
|
|||||||
Once downloaded, open and install the frameworks.
|
Once downloaded, open and install the frameworks.
|
||||||
|
|
||||||
William provides an additional installer package for Postgresql (for PostGIS
|
William provides an additional installer package for Postgresql (for PostGIS
|
||||||
support). Qgis just needs the libpq client library, so unless you want to
|
support). QGIS just needs the libpq client library, so unless you want to
|
||||||
setup the full Postgres + PostGIS server, all you need is the client-only
|
setup the full Postgres + PostGIS server, all you need is the client-only
|
||||||
package. It's available here:
|
package. It's available here:
|
||||||
|
|
||||||
@ -97,7 +97,7 @@ http://www.kyngchaos.com/wiki/software/grass
|
|||||||
|
|
||||||
There are some additional dependencies that, at the time of writing, are not
|
There are some additional dependencies that, at the time of writing, are not
|
||||||
provided as frameworks or installers so we will need to build these from source.
|
provided as frameworks or installers so we will need to build these from source.
|
||||||
If you are wanting to build Qgis as a 64-bit application, you will need to
|
If you are wanting to build QGIS as a 64-bit application, you will need to
|
||||||
provide the appropriate build commands to produce 64-bit support in dependencies.
|
provide the appropriate build commands to produce 64-bit support in dependencies.
|
||||||
Likewise, for 32-bit support on Snow Leopard, you will need to override the
|
Likewise, for 32-bit support on Snow Leopard, you will need to override the
|
||||||
default system architecture, which is 64-bit, according to instructions for
|
default system architecture, which is 64-bit, according to instructions for
|
||||||
@ -274,7 +274,7 @@ http://pyqwt.sourceforge.net/
|
|||||||
|
|
||||||
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0
|
Double-click the tarball to unpack it. The following assumes PyQwt v5.2.0
|
||||||
(comes with Qwt 5.2.1). Normal compilation does both Qwt and PyQwt at the same
|
(comes with Qwt 5.2.1). Normal compilation does both Qwt and PyQwt at the same
|
||||||
time, but Qwt is statically linked into PyQwt, and Qgis can't use it. So, we
|
time, but Qwt is statically linked into PyQwt, and QGIS can't use it. So, we
|
||||||
need to split the build.
|
need to split the build.
|
||||||
|
|
||||||
Now, cd into the qwt-5.2 subdir in a Terminal. Type these commands to build
|
Now, cd into the qwt-5.2 subdir in a Terminal. Type these commands to build
|
||||||
@ -399,7 +399,7 @@ This will automatically find and use the previously installed frameworks, and
|
|||||||
the GRASS application if installed.
|
the GRASS application if installed.
|
||||||
|
|
||||||
Or, to use a Unix-style build of GRASS, use the following cmake invocation
|
Or, to use a Unix-style build of GRASS, use the following cmake invocation
|
||||||
(minimum GRASS version as stated in the Qgis requirements, substitute the GRASS
|
(minimum GRASS version as stated in the QGIS requirements, substitute the GRASS
|
||||||
path and version as required):
|
path and version as required):
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -434,7 +434,7 @@ cmake -D CMAKE_INSTALL_PREFIX=~/Applications -D \
|
|||||||
..
|
..
|
||||||
```
|
```
|
||||||
|
|
||||||
The Qgis Mapserver feature requires fastcgi support. This is included in
|
The QGIS Mapserver feature requires fastcgi support. This is included in
|
||||||
Leopard and Snow Leopard, but was dropped at Lion. To build the Mapserver
|
Leopard and Snow Leopard, but was dropped at Lion. To build the Mapserver
|
||||||
component on Leopard and Snow, add the followling line before the last line in
|
component on Leopard and Snow, add the followling line before the last line in
|
||||||
the above configuration:
|
the above configuration:
|
||||||
@ -447,9 +447,9 @@ On Lion you are on your own to figure out how to install libfcgi and add fcgi
|
|||||||
support to the system Apache. Not recommended for the average user.
|
support to the system Apache. Not recommended for the average user.
|
||||||
|
|
||||||
__Bundling note:__ Older Qt versions may have problems with some Qt plugins and
|
__Bundling note:__ Older Qt versions may have problems with some Qt plugins and
|
||||||
Qgis. The way to handle this is to bundle Qt inside the Qgis application. You
|
QGIS. The way to handle this is to bundle Qt inside the QGIS application. You
|
||||||
can do this now or wait to see if there are immediate crashes when running Qgis.
|
can do this now or wait to see if there are immediate crashes when running QGIS.
|
||||||
It's also a good idea to bundle Qt if you need to copy Qgis to other Macs (where
|
It's also a good idea to bundle Qt if you need to copy QGIS to other Macs (where
|
||||||
you would have to install Xcode just so Qt would install!).
|
you would have to install Xcode just so Qt would install!).
|
||||||
|
|
||||||
To bundle Qt, add the following line before the last line (the ".." line) in
|
To bundle Qt, add the following line before the last line (the ".." line) in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user