Hi,
(export LD_LIBRARY_PATH=/home/tormet/QMSDEVDIR/usr/lib:; 
/home/tormet/QMSDEVDIR/usr/bin/qmapshack & )

this exactly worked for me. After having done the installation of QMapShack 
according to
  > ccmake ../QMapShack -DCMAKE_INSTALL_PREFIX=/home/tormet/QMSDEVDIR/usr ....
  > make -j2
  > make install
the last step installed the executable qmapshack in 
/home/tormet/QMSDEVDIR/usr/bin.

Another remark:
I used the most current version of PROJ (proj-8.0.1 instead of 8.0.0) for my 
local installation.
For GDAL I failed with the most current (gdal-3.3.0
<https://github.com/OSGeo/gdal/releases/download/v3.3.0/gdal-3.3.0.tar.gz>), so 
I used gdal-3.2.2. There were some
linker failures during the make step.
QUAZIP was 1.1.
Routino was used from system (Ubuntu 20.04.2 LTS).

Thanks a lot to Torsten for its detailed instructions in the manual.
Herbert




Am 30.05.21 um 15:06 schrieb Wout van Vucht:
ThanksTorsten everything is working also for me in the "expert mode".
There is one little mistake, I think,  at the end where you mentioned:

    f you want to start QMS from the installation directory you have to set the 
|LD_LIBRARY_PATH|. Inside a bash
    script you can do this with:

    |(export LD_LIBRARY_PATH=/home/tormet/QMSDEVDIR/usr/lib:; 
/home/tormet/QMSDEVDIR/usr/bin/qmapshack & )|

|/home/tormet/QMSDEVDIR/usr/bin/qmapshack & |*should be:*
|/home/tormet/QMSDEVDIR/usr/build_QMapShack/bin/qmapshack & |
|And if someone want QMapShack fully intergrated in the Ubuntu dash you can put 
the following *QMapShack.desktop* file
in /home/tormet/.local/share/applications/ |||

    [Desktop Entry]
    Type=Application
    Name=QMapShack
    Exec=env LD_LIBRARY_PATH=/home/tormet/QMSDEVDIR/usr/lib:; 
/home/tormet/QMSDEVDIR/usr/build_QMapShack/bin/qmapshack &
    Icon=/home/tormet/QMSDEVDIR/usr/QMapShack/src/icons/QMapShack.svg


 --
Greetings, Wout van Vucht



_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users


_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to