MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« XmlTo HOME LibEConf 64-bit »

SECilC

Name: SECilC
Summary: SELinux Common Intermediate Language compiler
License: BSD 2-clause
Version: 3.9
URL: https://github.com/SELinuxProject/selinux/releases/download/3.9/secilc-3.9.tar.gz

Average Build Time: less than 0.1 SBU
Used Install Space: 96 KiB

Configuration

This package does not have a traditional configuration script.

Compilation and Installation

To compile SECilC, run the following command:

export XML_CATALOG_FILES="/etc/xml/catalog"
make

Next, run the test suite:

make test && echo $?

If 0 is output at the end, the test ran successfully.

Finally, to install SECilC into the build tree, run the following command:

make install
unset XML_CATALOG_FILES

Contents

Contents  
Installed Programs secil2conf, secil2tree, and secilc
Navigation    
« XmlTo HOME LibEConf 64-bit »