MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« W3M HOME SE CilC »

XmlTo

Name: XmlTo
Summary: A script to convert XML to various formats
License: GPL v2
Version: 0.0.29
URL: https://pagure.io/xmlto/archive/0.0.29/xmlto-0.0.29.tar.gz

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

Configuration

To configure XmlTo for install into the build root, run the following commands:

rm -f xmlif/xmlif.c
autoreconf -fiv
export XML_CATALOG_FILES="/etc/xml/catalog"
XMLTO_BASH_PATH=/bin/bash \
./configure --prefix=/usr \
            --with-webbrowser=w3m

Compilation and Installation

To compile XmlTo, run the following command:

make

Next, run the test suite:

make check

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

make install
unset XML_CATALOG_FILES

Contents

Contents  
Installed Programs xmlif and xmlto
Navigation    
« W3M HOME SE CilC »