Table of Contents
This section describes how to build the Rooms project from source.
To build the software, you will need, at a minimum:FreeBSD 10.3 or newer
the Boost C++ libraries
a Git client
groff
docbook2X
To build the Rooms website, you will need the 'xmlto' package.
Install the required packages.
$ su - # pkg install -y git groff docbook2X xmlto boost-all
Download the source code.
$ git clone https://github.com/mheily/rooms.git
Change into the directory with the source code.
$ cd rooms
Run the configuration script.
$ ./configure
Build the software and manual pages.
$ make
Install the software.
$ su - # make install