mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
c075136310
Use new logo. Add favicon stuff. Prep for 2.2.1 release.
58 lines
1.9 KiB
HTML
58 lines
1.9 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>Mini-XML Programmers Manual, Version 2.2.1</TITLE>
|
|
<META NAME="author" CONTENT="Michael Sweet">
|
|
<META NAME="copyright" CONTENT="Copyright 2003-2005">
|
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-iso-8859-1">
|
|
<LINK REL="Start" HREF="index.html">
|
|
<LINK REL="Contents" HREF="toc.html">
|
|
<LINK REL="Prev" HREF="1BuildingInstallingandPackagingMiniXML.html">
|
|
<LINK REL="Next" HREF="InstallingMiniXML.html">
|
|
<STYLE TYPE="text/css"><!--
|
|
BODY { font-family: serif }
|
|
H1 { font-family: sans-serif }
|
|
H2 { font-family: sans-serif }
|
|
H3 { font-family: sans-serif }
|
|
H4 { font-family: sans-serif }
|
|
H5 { font-family: sans-serif }
|
|
H6 { font-family: sans-serif }
|
|
SUB { font-size: smaller }
|
|
SUP { font-size: smaller }
|
|
PRE { font-family: monospace }
|
|
--></STYLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="1BuildingInstallingandPackagingMiniXML.html">Previous</A>
|
|
<A HREF="InstallingMiniXML.html">Next</A>
|
|
<HR NOSHADE>
|
|
<H2><A NAME="2_1">Compiling Mini-XML</A></H2>
|
|
<P>Mini-XML comes with an autoconf-based configure script; just type the
|
|
following command to get things going:</P>
|
|
<PRE>
|
|
<KBD>./configure ENTER</KBD>
|
|
</PRE>
|
|
<P>The default install prefix is<VAR> /usr/local</VAR>, which can be
|
|
overridden using the <KBD>--prefix</KBD> option:</P>
|
|
<PRE>
|
|
<KBD>./configure --prefix=/foo ENTER</KBD>
|
|
</PRE>
|
|
<P>Other configure options can be found using the <KBD>--help</KBD>
|
|
option:</P>
|
|
<PRE>
|
|
<KBD>./configure --help ENTER</KBD>
|
|
</PRE>
|
|
<P>Once you have configured the software, use the <TT>make(1)</TT>
|
|
program to do the build and run the test program to verify that things
|
|
are working, as follows:</P>
|
|
<PRE>
|
|
<KBD>make ENTER</KBD>
|
|
</PRE>
|
|
<HR NOSHADE>
|
|
<A HREF="toc.html">Contents</A>
|
|
<A HREF="1BuildingInstallingandPackagingMiniXML.html">Previous</A>
|
|
<A HREF="InstallingMiniXML.html">Next</A>
|
|
</BODY>
|
|
</HTML>
|