File: README.md

package info (click to toggle)
qmapshack 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 123,120 kB
  • sloc: cpp: 516,656; sh: 1,354; python: 997; xml: 710; awk: 21; makefile: 12; ansic: 1
file content (30 lines) | stat: -rw-r--r-- 859 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Next to all dependencies you need a working GIT, g++ and cmake installation to compile QMapShack on your computer. Clone and compile the code base by:

        git clone https://github.com/Maproom/qmapshack.git QMapShack
        cd QMapShack
        git checkout dev
        cd ..
        mkdir build_QMapShack
        cd build_QMapShack
        ccmake ../QMapShack
        make

To update the code to the cutting edge do in QMapShack:

        git pull

And change back to build_QMapShack:

        make

Dependencies

* [Qt6](https://www.qt.io/) (at least 6.8)
* [GDAL](http://www.gdal.org/) (at least GDAL 3.0.0)
* [Proj4](https://proj.org/) (at least 9.0.0)
* [Routino](http://www.routino.org/) (at least 3.1)
* [QuaZip](http://quazip.sourceforge.net/index.html) (Qt6 V1.x)
* CMake/Make
* a C++ compiler (supporting C++11)