SyneRBI / SyneRBI_VM

Virtual Machine with pre-installed SyneRBI software
http://www.ccpsynerbi.ac.uk
Apache License 2.0
3 stars 7 forks source link

USE_SYSTEM_ITK=ON fails on current Ubuntu 16.04 VM #112

Closed KrisThielemans closed 5 years ago

KrisThielemans commented 5 years ago

I used

sudo apt install libinsighttoolkit4-dev

but I got CMake configuration problems mentioning missing gdcm files. These were resolved after

sudo apt install libgdcm-tools

This has nothing to do with SIRF and is probably an Ubuntu/debian packaging error, but I thought I'd document it here.