summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-09-19 22:22:50 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-09-19 22:22:50 (GMT)
commit6b07ebd3a58d36bce3598bc03891b7c4433b4d45 (patch)
treee04a623941ff77d563f10e566c041ee459728c62
parent082b8b463bbc26a5c284db8a2221a9e7460235de (diff)
parent223403ab7e021bbd434172cf31f4262b05b04ff1 (diff)
downloadmxe-6b07ebd3a58d36bce3598bc03891b7c4433b4d45.zip
mxe-6b07ebd3a58d36bce3598bc03891b7c4433b4d45.tar.gz
mxe-6b07ebd3a58d36bce3598bc03891b7c4433b4d45.tar.bz2
Merge pull request #477 from newnon/master
Rudix documentation update
-rw-r--r--index.html20
1 files changed, 17 insertions, 3 deletions
diff --git a/index.html b/index.html
index b0bb96f..7d16567 100644
--- a/index.html
+++ b/index.html
@@ -806,15 +806,29 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
<p>
Install
<a href="http://developer.apple.com/xcode/">Xcode 5</a>
- and
- <a href="http://www.macports.org/">MacPorts</a>,
+ </p>
+ <h4 id="requirements-macos-step-1">Step 1</h4>
+ <h5 id="requirements-macos-method-1">Method 1 - MacPorts</h5>
+ <p>
+ Install <a href="http://www.macports.org/">MacPorts</a>,
then run:
</p>
<!-- http://www.macports.org/ports.php -->
<pre>sudo port install \
glib2 intltool p5-xml-parser gpatch scons wget xz</pre>
+ <h5 id="requirements-macos-method-2">Method 2 - Rudix</h5>
+ <p>
+ Install <a href="http://rudix.org/">Rudix</a> you can make it with following command
+ </p>
+ <pre>curl -s https://raw.githubusercontent.com/rudix-mac/rpm/2014.6/rudix.py \
+ | sudo python - install rudix</pre>
+ <p>
+ then run:
+ </p>
+ <pre>sudo rudix install glib pkg-config scons wget xz</pre>
+ <h4 id="requirements-macos-step-2">Step 2</h4>
<p>
- and from within the mxe directory:
+ After installing pre-requirement run from within the mxe directory:
</p>
<pre>make build-requirements</pre>
<p>