Added general build note near the top of the document to inform people they

need to use cmake rather than autotools.



git-svn-id: http://svn.osgeo.org/qgis/trunk@7074 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2007-07-18 02:20:05 +00:00
parent 828bb2e52b
commit d6eceba4cc
2 changed files with 1091 additions and 122 deletions

1188
INSTALL

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,15 @@ simply copy the commands listed in codeblocks that look like this:
``` somecommand to be pasted ```
= General Build Note =
At version 0.8.1 QGIS no longer uses the autotools for building. QGIS, like a
number of major projects (eg. KDE 4.0), now uses cmake for building from
source. The configure script in this directory simply checks for the existence
of cmake and provides some clues to build QGIS.
For complete information, see the wiki at:
http://wiki.qgis.org/qgiswiki/Building_with_CMake
= Building under windows using msys =