UCL / pet-rd-tools

Command line tools for PET-MR (pre-)processing
Apache License 2.0
14 stars 4 forks source link

How to compile? #57

Open HyperionCore opened 5 months ago

HyperionCore commented 5 months ago

A very basic question, is there any instruction to compile this software?

KrisThielemans commented 5 months ago

Unfortunately not, but this is a standard CMake process. You shoul dbe able to follow the same steps is in our .travis.yml, although that references outdated packages (gcc-5 and ITK 4.13). Recent versions should work.

Note that the https://github.com/SyneRBI/SIRF-SuperBuild/ can build pet-rd-tools and its dependencies as well, but is likely overkill for you (i.e. will introduce more complexity). On the other hand, it does mean that the SyneRBI docker image and VM contain pet-rd-tools executables.