radmedres / clmedview

An attempt to create a cross-platform medical image viewer specialized in drawing "regions of interests".
GNU General Public License v3.0
3 stars 2 forks source link

Make GREL an optional part of clmedview #8

Closed roelj closed 9 years ago

roelj commented 9 years ago

Since GREL isn't very useful anyway, and it introduces two unusual dependencies to the project, it might be best to make it an optional feature.

This patch modifies the build system to not include GREL features by default. It won't check for libVTE or Guile when GREL is not enabled. The source code has been modified to reflect this change.

To enable GREL functionality, one must configure with the "--with-grel" option: ./configure --with-grel