I have send the instructions again, because I have used sometimes color letters and bold letters that gives * instead.:( You can delete the prior post.
To compile QMapShack on Ubuntu 22.04 I followed https://github.com/Maproom/qmapshack/wiki/BuildUbuntuPROJ8. @Karl Ubuntu 22.04 could also work with QT5. The Following changers I have made otherwise the compiling will not work: 1) I have not integrate UbuntuGIS repository because there is no stable version yet, only ubuntugis experimental for Ubuntu 22.04 2) Install needed packages: sudo apt install cmake cmake-curses-gui dkms subversion git qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools qttools5-dev libqt5webkit5-dev qtscript5-dev qttools5-dev-tools libghc-bzlib-dev libgraphics-magick-perl libqt5sql5-mysql qtwebengine5-dev default-libmysqlclient-dev libgdal-dev sqlite3 qtcreator libalglib-dev libalglib3.18 nb1 I use dkms instead build-essential. dkms = build-essential, gcc c -compiler and make. nb2 qt5-default is not anymore in Ubuntu 22.04. I use instead: qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools nb3 I have added libalglib-dev libalglib3.18 because I got following the message when I compiled QMapShack: AGLIB not found. 3) Install PROJ version 8.2.1: Download: wget https://download.osgeo.org/proj/proj-8.2.1.tar.gz tar xzvf proj-8.2.1.tar.gz cd proj-8.2.1 4) Install gdal 3.4.3: Download: wget https://github.com/OSGeo/gdal/releases/download/v3.4.3/gdal-3.4.3.tar.gz tar xvzf gdal-3.4.3.tar.gz cd gdal-3.4.3 5) Install QUAZIP 1.3: Download: wget https://github.com/stachenov/quazip/archive/refs/tags/v1.3.tar.gz tar xvzf v1.3.tar.gz cd quazip-1.3 6) Install Routino 3.3.3: No corrections. 7) Install QMapShack: No corrections. -- Met vriendelijke groet, Wout van Vucht Hanzehof 8 4002HD Tiel e-mail: [email protected]
_______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
