thliebig / openEMS-Project

openEMS is a free and open electromagnetic field solver using the FDTD method.
356 stars 65 forks source link

Installtion on Ubuntu 20 (Focal Fossa) #11

Closed p-j-r closed 3 years ago

p-j-r commented 4 years ago

Several of the dependencies are not available on the latest Ubuntu. Please suggest the replacements for the repositories: sudo apt-get install build-essential cmake git libhdf5-dev libvtk5-dev libboost-all-dev libcgal-dev libtinyxml-dev libqt4-dev libvtk5-qt4-dev libvtk5-dev has been replaced by libvtk7-dev; Libraries libqt4-dev and libvtk5-qt4-dev are not available.

jsr38 commented 3 years ago

try qt5base-dev and libvtk7-qt-dev in place of libqt4-dev and libvtk5-qt4-dev respectively. Note that I can't vouch for a fulling working build as a result but it'll get you on the way.

thliebig commented 3 years ago

I don't have or use Ubuntu these days. Thus I cannot check, but it sounds about right. openEMS should be used with Qt5 and vtk 7 or 8 (9 should work too)

p-j-r commented 3 years ago

Thank you!