Installing geoviewer plugin

Dear experts
When I run the last installation command: make in


stall install-bin install-mime I get this error message (attached). Do you have any ideas how to resolve please?

Also I downloaded and unpacked the geoviewers files directly from the downloads directory. Is that ok or should I have unpacked it anywhere else?

Regards

Marvin

Dear @marvin.taylor,

This question was already asked and answered on the forum:

Dear Marvin,

please make sure you have installed all the necessary packages:

make
gawk
ed
gfortran
g++
tk
tk-dev
gnuplot-x11
python3
python3-dev
python3-tk
python3-pil
python3-pil.imagetk
python3-numpy
python3-scipy
python3-matplotlib
python3-dicom
libz-dev
ttf-ancient-fonts
libegl1-mesa

Cheers,
David

Thanks I’ll try that
Regards

Marvin

Hi David

I have check the files and I provide the following:

make – make is already the newest version (4.1-9.1ubuntu1)
gawk – gawk –version it says its 4.14
gfortran - GNU Fortran says its (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
g++ - g++ --version says it g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
tk – using sudo apt install command it says python3-tk is already the newest version (3.6.9-1~18.04).
gnuplot-x11 – using gnuplot-x11 –version it says gnuplot 5.2 patchlevel 2
python3 - Python 3.8.16 is installed
python3-tk - python3-tk is already the newest version (3.6.9-1~18.04)
python3-pil - python3-pil is already the newest version (5.1.0-1ubuntu0.7)
python3-pil.imagetk - python3-pil.imagetk is already the newest version (5.1.0-1ubuntu0.7)
python3-numpy - python3-numpy is already the newest version (1:1.13.3-2ubuntu1)
python3-scipy - python3-scipy is already the newest version (0.19.1-2ubuntu1)
python3-matplotlib - python3-matplotlib is already the newest version (2.1.1-2ubuntu3)
python3-dicom - python3-dicom is already the newest version (0.9.9-3)

libz-dev- This is zlib1g-dev_1.2.11.dfsg-0ubuntu2.2_amd64.deb, I then double checked with sudo apt update and it says that zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2.2)

ttf-ancient-fonts - ttf-ancient-fonts is already the newest version (2.60-1).

libegl1-mesa – I think there are installation problems with this directory, I’ve unzipped it, however when ‘ make’ I get this error’ (attached)

Do you think its the libegl1-mesa or have I missed something else?
Regards

Marvin

Dear Marvin,

after my initial post, I updated the list with two packages, tk-dev and python3-dev. These should solve the issue with the compilation of geoviewer.

for installing packages you can simply use the sudo apt install <package name> command, you don’t need to download them from the internet manually.

But if you still have issues, I suggest following this guide: Installing FLUKA.CERN and Flair on Windows using WSL | The official CERN FLUKA website

Cheers,
David