summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Perepelitsa <non_2001@mail.ru>2014-08-20 18:56:53 (GMT)
committerSergey Perepelitsa <non_2001@mail.ru>2014-08-20 18:56:53 (GMT)
commit62256679793758d6649ea0aac72517ad766547be (patch)
tree4026453a3f87a24a9cf9e3228bab2b7d9c7226ff
parent0db11414579a4b8fafa49be8d463a01b3e6308da (diff)
downloadmxe-62256679793758d6649ea0aac72517ad766547be.zip
mxe-62256679793758d6649ea0aac72517ad766547be.tar.gz
mxe-62256679793758d6649ea0aac72517ad766547be.tar.bz2
Doc improvements
-rw-r--r--index.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/index.html b/index.html
index 18bc4cb..71b6772 100644
--- a/index.html
+++ b/index.html
@@ -802,7 +802,8 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
Install
<a href="http://developer.apple.com/xcode/">Xcode 5</a>
</p>
- <h4 id="requirements-macos-method-1">Method 1 - MacPorts</h3>
+ <h4 id="requirements-macos-step-1">Step 1</h3>
+ <h5 id="requirements-macos-method-1">Method 1 - MacPorts</h3>
<p>
Install <a href="http://www.macports.org/">MacPorts</a>,
then run:
@@ -810,7 +811,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install \
glib2 intltool p5-xml-parser gpatch scons wget xz</pre>
- <h4 id="requirements-macos-method-2">Method 2 - Rudix</h3>
+ <h5 id="requirements-macos-method-2">Method 2 - Rudix</h3>
<p>
Install <a href="http://rudix.org/">Rudix</a> you can make it with following command
</p>
@@ -819,10 +820,10 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
then run:
</p>
- <pre>sudo rudix install wget xz glib pkg-config scons</pre>
- <h4 id="requirements-macos-method-2">Step 2</h3>
+ <pre>sudo rudix install glib pkg-config scons wget xz</pre>
+ <h4 id="requirements-macos-step-2">Step 2</h3>
<p>
- after installing pre-requirement run from within the mxe directory:
+ After installing pre-requirement run from within the mxe directory:
</p>
<pre>make build-requirements</pre>
<p>