.TH "hybrid-dev" "1" .SH "NAME" mbuild-hybrid \(em easily build ircd-hybrid v7 modules from source .SH "SYNOPSIS" .PP \fBmbuild-hybrid\fR [\fB-s \fIsourcefile\fR\fP] [\fB-p \fIinstallpath\fR\fP] [\fB-o \fIbuildopts\fR\fP] .SH "DESCRIPTION" .PP \fBmbuild-hybrid\fR 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. .PP It goes without saying that \fBmbuild-hybrid\fR won't run without something in the \-s option. .SH "OPTIONS" .IP "\fB-s sourcefile\fP" 10 Source file to build the module with. The output filename will be this name, s/.c/.so/. .IP "\fB-p installpath\fP" 10 Install path for the module. This defauls to /usr/lib/ircd-hybrid/modules, the module search path for Debian's ircd-hybrid. .IP "\fB-o buildopts\fP" 10 This should be quoted if more than one argument; this will be appended to the default CFLAGS, which are simply '\-g \-Wall '. .SH "SEE ALSO" .PP ircd-hybrid(8) .SH "AUTHOR" .PP This manual page was written by Joshua Kwan and is licensed under the GNU General Public License, version 2 or later. .\" created by instant / docbook-to-man