the other way to build w/o gui support is to exclude the tcl and vtk paths in configure. in other works, only vtk and mni should be included in your configure line.
On Fri, 2012-01-06 at 11:30 -0600, Malcolm Tobias wrote:
I'm attempting to build the development branch of the source code. To reduce dependencies, I'm trying to build without any of the GUI support using the flags:
--disable-all-apps --disable-gl-apps
It's complaining about a missing dependency:
configure: error: FATAL: libBLT not found. Check config.log. Set LDFLAGS or -- with-BLT-dir.
but the instructions imply that BLT is only necessary for GUIs.
Are there additional arguments that I need to pass to configure?
Malcolm