Update of
/cvsroot/boost/boost/tools/quickbook/doc/html/quickbook/installation_and_configuration
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13312/tools/quickbook/doc/html/quickbook/installation_and_configuration
Added Files:
windows_2000__xp__2003__vista.html
Log Message:
added installation and configuration section
--- NEW FILE: windows_2000__xp__2003__vista.html ---
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Windows
2000, XP, 2003, Vista</title>
<link rel="stylesheet" href="../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.66.1">
<link rel="start" href="../../index.html" title="Quickbook 1.4">
<link rel="up" href="../installation_and_configuration.html" title="Installation
and configuration">
<link rel="prev" href="../installation_and_configuration.html"
title="Installation
and configuration">
<link rel="next" href="../ref.html" title=" Quick Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table cellpadding="2" width="100%">
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86"
src="../../../../../../boost.png"></td>
<td align="center"><a href="../../../../../../index.htm">Home</a></td>
<td align="center"><a
href="../../../../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="../../../../../../people/people.htm">People</a></td>
<td align="center"><a href="../../../../../../more/faq.htm">FAQ</a></td>
<td align="center"><a href="../../../../../../more/index.htm">More</a></td>
</table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../installation_and_configuration.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../installation_and_configuration.html"><img src="../../images/up.png"
alt="Up"></a><a accesskey="h" href="../../index.html"><img
src="../../images/home.png" alt="Home"></a><a accesskey="n"
href="../ref.html"><img src="../../images/next.png" alt="Next"></a>
</div>
<div class="section" lang="en">
<div class="titlepage"><div><div><h3 class="title">
<a
name="quickbook.installation_and_configuration.windows_2000__xp__2003__vista"></a><a
href="windows_2000__xp__2003__vista.html" title="Windows
2000, XP, 2003, Vista">Windows
2000, XP, 2003, Vista</a></h3></div></div></div>
<p class="blurb">
Section contributed by Julio M. Merino Vidal
</p>
<p>
The following instructions apply to any Windows system based on Windows
2000,
including Windows XP, Windows 2003 Server and Windows Vista. The paths
shown
below are taken from a Windows Vista machine; you will need to adjust
them
to match your system in case you are running an older version.
</p>
<div class="orderedlist"><ol type="1">
<li>
First of all you need to have a copy of <tt
class="computeroutput"><span class="identifier">xsltproc</span></tt>
for Windows. There are many ways to get this tool, but to keep things
simple,
use the <a href="http://www.zlatkovic.com/pub/libxml/"
target="_top">binary packages</a>
made by Igor Zlatkovic. At the very least, you need to download the
following
packages: <tt class="computeroutput"><span
class="identifier">iconv</span></tt>, <tt class="computeroutput"><span
class="identifier">zlib</span></tt>, <tt class="computeroutput"><span
class="identifier">libxml2</span></tt>
and <tt class="computeroutput"><span
class="identifier">libxslt</span></tt>.
</li>
<li>
Unpack all these packages in the same directory so that you get unique
<tt class="computeroutput"><span class="identifier">bin</span></tt>,
<tt class="computeroutput"><span class="identifier">include</span></tt>
and <tt class="computeroutput"><span
class="identifier">lib</span></tt> directories within
the hierarchy. These instructions use <tt
class="computeroutput"><span class="identifier">C</span><span
class="special">:\</span><span class="identifier">Users</span><span
class="special">\</span><span class="identifier">example</span><span
class="special">\</span><span class="identifier">Documents</span><span
class="special">\</span><span class="identifier">boost</span><span
class="special">\</span><span class="identifier">xml</span></tt>
as the root for all files.
</li>
<li>
From the command line, go to the <tt class="computeroutput"><span
class="identifier">bin</span></tt>
directory and launch <tt class="computeroutput"><span
class="identifier">xsltproc</span><span class="special">.</span><span
class="identifier">exe</span></tt>
to ensure it works. You should get usage information on screen.
</li>
<li>
Download <a href="http://www.docbook.org/xml/4.2/docbook-xml-4.2.zip"
target="_top">Docbook
XML 4.2</a> and unpack it in the same directory used above. That is:
<tt class="computeroutput"><span class="identifier">C</span><span
class="special">:\</span><span class="identifier">Users</span><span
class="special">\</span><span class="identifier">example</span><span
class="special">\</span><span class="identifier">Documents</span><span
class="special">\</span><span class="identifier">boost</span><span
class="special">\</span><span class="identifier">xml</span><span
class="special">\</span><span class="identifier">docbook</span><span
class="special">-</span><span class="identifier">xml</span></tt>.
</li>
<li>
Download the latest <a
href="http://sourceforge.net/project/showfiles.php?group_id=21935&package_id=16608"
target="_top">Docbook
XSL</a> version and unpack it, again in the same directory used
before.
To make things easier, rename the directory created during the
extraction
to <tt class="computeroutput"><span
class="identifier">docbook</span><span class="special">-</span><span
class="identifier">xsl</span></tt> (bypassing the version name): <tt
class="computeroutput"><span class="identifier">C</span><span
class="special">:\</span><span class="identifier">Users</span><span
class="special">\</span><span class="identifier">example</span><span
class="special">\</span><span class="identifier">Documents</span><span
class="special">\</span><span class="identifier">boost</span><span
class="special">\</span><span class="identifier">xml</span><span
class="special">\</span><span class="identifier">docbook</span><span
class="special">-</span><span class="identifier">xsl</span></tt>.
</li>
<li>
Add the following to your <tt class="computeroutput"><span
class="identifier">user</span><span class="special">-</span><span
class="identifier">config</span><span class="special">.</span><span
class="identifier">jam</span></tt>
file, which should live in your home directory (<tt
class="computeroutput"><span class="special">%</span><span
class="identifier">HOMEDRIVE</span><span class="special">%%</span><span
class="identifier">HOMEPATH</span><span class="special">%</span></tt>).
You must already have it somewhere or otherwise you could not be
building
Boost (i.e. missing tools configuration).
</li>
</ol></div>
<pre class="programlisting">
<span class="identifier">using</span> <span class="identifier">xsltproc</span>
<span class="special">:</span> <span
class="string">"C:/Users/example/Documents/boost/xml/bin/xsltproc.exe"</span>
<span class="special">;</span>
<span class="identifier">using</span> <span class="identifier">boostbook</span>
<span class="special">:</span> <span
class="string">"C:/Users/example/Documents/boost/xml/docbook-xsl"</span>
<span class="special">:</span> <span
class="string">"C:/Users/example/Documents/boost/xml/docbook-xml"</span>
<span class="special">;</span>
</pre>
<p>
The above steps are enough to get a functional BoostBook setup.
Quickbook
will be automatically built when needed. If you want to avoid these
rebuilds:
</p>
<div class="orderedlist"><ol type="1">
<li>
Go to Quickbook's source directory (<tt class="computeroutput"><span
class="identifier">BOOST_ROOT</span><span class="special">\</span><span
class="identifier">tools</span><span class="special">\</span><span
class="identifier">quickbook</span></tt>).
</li>
<li>
Build the utility by issuing <tt class="computeroutput"><span
class="identifier">bjam</span> <span class="special">--</span><span
class="identifier">v2</span></tt>.
</li>
<li>
Copy the resulting <tt class="computeroutput"><span
class="identifier">quickbook</span><span class="special">.</span><span
class="identifier">exe</span></tt>
binary (located under the <tt class="computeroutput"><span
class="identifier">BOOST_ROOT</span><span class="special">\</span><span
class="identifier">bin</span><span class="special">.</span><span
class="identifier">v2</span></tt> hierarchy)
to a safe place. Following our previous example, you can install it
into:
<tt class="computeroutput"><span class="identifier">C</span><span
class="special">:\</span><span class="identifier">Users</span><span
class="special">\</span><span class="identifier">example</span><span
class="special">\</span><span class="identifier">Documents</span><span
class="special">\</span><span class="identifier">boost</span><span
class="special">\</span><span class="identifier">xml</span><span
class="special">\</span><span class="identifier">bin</span></tt>.
</li>
<li>
Add the following to your <tt class="computeroutput"><span
class="identifier">user</span><span class="special">-</span><span
class="identifier">config</span><span class="special">.</span><span
class="identifier">jam</span></tt>
file:
</li>
</ol></div>
<pre class="programlisting">
<span class="identifier">using</span> <span class="identifier">quickbook</span>
<span class="special">:</span> <span
class="string">"C:/Users/example/Documents/boost/xml/bin/quickbook.exe"</span>
<span class="special">;</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision"
width="100%"><tr>
<td align="left"></td>
<td align="right"><small>Copyright © 2002, 2004, 2006 Joel de Guzman,
Eric Niebler</small></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="../installation_and_configuration.html"><img
src="../../images/prev.png" alt="Prev"></a><a accesskey="u"
href="../installation_and_configuration.html"><img src="../../images/up.png"
alt="Up"></a><a accesskey="h" href="../../index.html"><img
src="../../images/home.png" alt="Home"></a><a accesskey="n"
href="../ref.html"><img src="../../images/next.png" alt="Next"></a>
</div>
</body>
</html>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs