Unix: Use de::Info to configure basedir and libdir
The de::Info parser is utilized to read Unix-specific configuration files /etc/doomsday/paths and ~/.doomsday/paths for overridden base and library directories. For instance:
basedir: /opt/deng/share/ libdir: /opt/deng/lib/
This allows a packager to override the compile-time DENG_BASE_DIR and DENG_LIBRARY_DIR without the user needing to know about it.
Command line options (-basedir, -appdir, -libdir) still take precedence over these.
Unix: Use de::Info to configure basedir and libdir
The de::Info parser is utilized to read Unix-specific configuration
files /etc/doomsday/paths and ~/.doomsday/paths for overridden
base and library directories. For instance:
basedir: /opt/deng/share/
libdir: /opt/deng/lib/
This allows a packager to override the compile-time
DENG_BASE_DIR and DENG_LIBRARY_DIR without the user
needing to know about it.
Command line options (-basedir, -appdir, -libdir) still take precedence
over these.