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