DOKK / manpages / debian 10 / hybrid-dev / mbuild-hybrid.1.en
hybrid-dev(1) General Commands Manual hybrid-dev(1)

mbuild-hybrid — easily build ircd-hybrid v7 modules from source

mbuild-hybrid [-s sourcefile] [-p installpath] [-o buildopts]

mbuild-hybrid is a program that simplifies compiling ircd-hybrid modules from source. One may specify output path and CFLAGS to use when building a module; the defaults for each are described below.

It goes without saying that mbuild-hybrid won't run without something in the -s option.

Source file to build the module with. The output filename will be this name, s/.c/.so/.
Install path for the module. This defauls to /usr/lib/ircd-hybrid/modules, the module search path for Debian's ircd-hybrid.
This should be quoted if more than one argument; this will be appended to the default CFLAGS, which are simply '-g -Wall '.

ircd-hybrid(8)

This manual page was written by Joshua Kwan <joshk@triplehelix.org> and is licensed under the GNU General Public License, version 2 or later.