Local system SELinux policy.
Sierra is built using the autotools build system. To build Sierra:
./autogen.sh
./configure
make
Sierra has a variety of options available in the configure script to tweak the build. For more information, run ./configure --help.
Sierra has two main installation paths, modular installation and monolithic installation. The modular installation is recommended. To perform a modular installation:
make modular_install
Note that the modular installation requires root privileges.
After installation, a variety of post installation steps are recommended. See the Getting Started guide for more information.
Documentation for Sierra is provided in the form of man pages, and has a build time dependency on scdoc. To build Sierra's man pages:
make doc
The manual pages will then be available under doc/.
Sierra is based off dssp5 which is licensed under the Unlicense. A copy of the original licence text for dssp5 can be found in misc/DSSP5-LICENCE. All changes made on top of dssp5 are licensed under the GNU GPL3. A copy of the licence text for Sierra can be found in COPYING.