A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « W3M | HOME | SE CilC » |
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
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
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 | |
|---|---|
| Installed Programs | xmlif and xmlto |
| Navigation | ||
|---|---|---|
| « W3M | HOME | SE CilC » |