-libdir

From DEW

Jump to: navigation, search
-libdir
Usage: -libdir F
Aliases:
Quick reference

The -libdir option defines the directory from where Doomsday attempts to load shared libraries.

Contents

Parameters

Directory.

Examples

-libdir /home/skyjake/deng/lib

Details

By default, Doomsday assumes that shared libraries are located in the directory defined by the preprocessor definition DENG_LIBRARY_DIR, set in the Makefile. The dynamic library loader will also look for the shared library in other directories as configured in the loader's configuration files (see ldconfig man pages).

See also