File tree Expand file tree Collapse file tree 4 files changed +2096
-540
lines changed Expand file tree Collapse file tree 4 files changed +2096
-540
lines changed Original file line number Diff line number Diff line change 11Quantum GIS (QGIS)
22Building QGIS from source - step by step
33
4- Last update: 20101031
4+ Last update: 20101105
55Last change: 20101028
66
77 1. Introduction
@@ -705,8 +705,8 @@ and needs to be copied into the VC\include directory of your Visual C++
705705installation.
706706
707707Earlier versions of this document also covered how to build all above
708- dependencies. If you're interested in that, check history of this page in Wiki
709- or the SVN.
708+ dependencies. If you're interested in that, check the history of this page in the Wiki
709+ or the SVN repository .
710710
711711
712712 4.1.3. Setting up the Visual Studio project with CMake
@@ -777,6 +777,15 @@ You will also either need to add all the dependency DLLs to the QGIS install
777777directory or add their respective directories to your PATH.
778778
779779
780+ 4.1.4. Packaging
781+ ================
782+
783+ The packaging process is currently not documented, for now please take a look
784+ at:
785+
786+ ms-windows/osgeo4w/package.cmd
787+
788+
780789 4.2. Building using MinGW
781790 =========================
782791
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ txt2tags -o ../INSTALL -t txt INSTALL.t2t
3+ txt2tags -o index.html -t html INSTALL.t2t
You can’t perform that action at this time.
0 commit comments