Skip to content
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Murphy committed Jul 17, 2018
1 parent 434c445 commit c32f07b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions help/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,20 @@ Requirements
- pb_tool
- virtualenv

Compile QGIS
(Optional) Compile QGIS 3.x
------------

We are compiling QGIS from source because it's helpful to have access to the API code, but mainly
because QGIS 3.x is not available in our package manager yet.

Refer to the QGIS `docs
<https://github.com/qgis/QGIS/blob/master/INSTALL/>`_ if this overview is too succint.

.. code-block:: bash
# After you've installed the dependencies they list ...
# Important: install the dependencies they mention before proceeding.
# There are a large number of packages required to compile QGIS.
cd /usr/local/bin
sudo ln -s /usr/bin/ccache gcc
sudo ln -s /usr/bin/ccache g++
Expand Down

0 comments on commit c32f07b

Please sign in to comment.