Skip to content

Commit

Permalink
Small tweaks to docs
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@14514 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Nov 5, 2010
1 parent 838b614 commit 9c34d64
Show file tree
Hide file tree
Showing 4 changed files with 2,096 additions and 540 deletions.
15 changes: 12 additions & 3 deletions INSTALL
@@ -1,7 +1,7 @@
Quantum GIS (QGIS) Quantum GIS (QGIS)
Building QGIS from source - step by step Building QGIS from source - step by step


Last update: 20101031 Last update: 20101105
Last change: 20101028 Last change: 20101028


1. Introduction 1. Introduction
Expand Down Expand Up @@ -705,8 +705,8 @@ and needs to be copied into the VC\include directory of your Visual C++
installation. installation.


Earlier versions of this document also covered how to build all above Earlier versions of this document also covered how to build all above
dependencies. If you're interested in that, check history of this page in Wiki dependencies. If you're interested in that, check the history of this page in the Wiki
or the SVN. or the SVN repository.




4.1.3. Setting up the Visual Studio project with CMake 4.1.3. Setting up the Visual Studio project with CMake
Expand Down Expand Up @@ -777,6 +777,15 @@ You will also either need to add all the dependency DLLs to the QGIS install
directory or add their respective directories to your PATH. directory or add their respective directories to your PATH.




4.1.4. Packaging
================

The packaging process is currently not documented, for now please take a look
at:

ms-windows/osgeo4w/package.cmd


4.2. Building using MinGW 4.2. Building using MinGW
========================= =========================


Expand Down
3 changes: 3 additions & 0 deletions doc/build.sh
@@ -0,0 +1,3 @@
#!/bin/bash
txt2tags -o ../INSTALL -t txt INSTALL.t2t
txt2tags -o index.html -t html INSTALL.t2t

0 comments on commit 9c34d64

Please sign in to comment.