summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/index.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/index.html b/doc/index.html
index b012866..043371b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -447,11 +447,10 @@ USE_OSGPLUGIN(<plugin2>)
<p>
All packages are updated to their latest version.
</p>
-
+
<p>
- Note for <code>boost::filesystem</code> users -
- <a href="http://beta.boost.org/doc/libs/1_46_0_beta1/libs/filesystem/v3/doc/index.htm">
- version 3 is a major revision </a>
+ Note for <code>boost::filesystem</code> users:
+ <a href="http://beta.boost.org/doc/libs/1_46_0_beta1/libs/filesystem/v3/doc/index.htm">Version 3 is a major revision</a>
and now the default in 1.46.
</p>
</dd>
@@ -643,8 +642,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
On 64-bit Fedora,
- there are <a href="#open-issue-nsis">
- open issues with the NSIS package.</a>
+ there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
</p>
<h3 id="requirements-freebsd">FreeBSD</h3>
@@ -668,8 +666,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>export PATH = /usr/local/bin:$PATH</pre>
<p>
On 64-bit FreeBSD,
- there are <a href="#open-issue-nsis">
- open issues with the NSIS package.</a>
+ there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
</p>
<h3 id="requirements-frugalware">Frugalware</h3>
@@ -682,8 +679,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
On 64-bit Frugalware,
- there are <a href="#open-issue-nsis">
- open issues with the NSIS package.</a>
+ there are <a href="#open-issue-nsis">open issues with the NSIS package</a>.
</p>
<h3 id="requirements-gentoo">Gentoo</h3>
@@ -718,8 +714,9 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<pre>sudo port install gcc_select
sudo gcc_select gcc42</pre>
<p>
- *Beta and Developer Preview versions of Xcode are not supported.
+ Beta and Developer Preview versions of Xcode are not supported.
</p>
+
<h3 id="requirements-opensuse">openSUSE</h3>
<!-- http://software.opensuse.org/113/en -->
@@ -858,18 +855,21 @@ sudo gcc_select gcc42</pre>
<p>
See something missing? Feel free to <a href="#creating-packages">create a new package</a>.
</p>
+
<h3>Open Issues</h3>
+
<h4 id="open-issue-nsis">NSIS</h4>
+
<p>
The NSIS package contains some native tools that are
currently 32-bit only. In order to build these on a
64-bit system, multi-lib support must enabled in the
compiler toolchain. However, not all operating systems
- enable this.
+ enable this.
</p>
<p>
- Since no other packages depend it, the remainder of
- mingw-cross-env can be successfully built by simply
+ Since no other packages depend it, the remainder of
+ mingw-cross-env can be successfully built by simply
removing the package:
</p>
<pre>rm <em>where mingw-cross-env is unpacked</em>/src/nsis.mk</pre>