gerddie / ginkgocadx

Advanced DICOM viewer
131 stars 38 forks source link

Under Ubuntu 16.04 libproj is required for compiling #25

Closed ghost closed 8 years ago

ghost commented 8 years ago

apt-get install libproj-dev is also required:

[ 99%] Linking CXX static library libvisualizator.a
[ 99%] Built target visualizator
Scanning dependencies of target ginkgocadx
make[2]: *** No rule found to create „/usr/lib/x86_64-linux-gnu/libproj.so“, 
  required by „ginkgocadx/ginkgocadx“. End.
gerddie commented 8 years ago

Yes, this is actually a bug in libvtk6-dev that has since been fixed at least in Debian. Unfortunately, Ubuntu 16.04 doesn't yet carry that version.

ghost commented 8 years ago

Alright, then this is not an issue of ginkgocadx itself and I can close here. You may want to note that in the readme though.