summaryrefslogtreecommitdiffstats
path: root/doc/index.html
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-01-12 19:51:01 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-01-12 19:51:01 (GMT)
commit6a92abc4866ecf89fb27fac3d35d157276228825 (patch)
treeea96544bc3fc0c6772b5e957034d52ab6d29a7bf /doc/index.html
parentc4d75e7e77cb98765fbf1ee5ebdac2535509f856 (diff)
downloadmxe-6a92abc4866ecf89fb27fac3d35d157276228825.zip
mxe-6a92abc4866ecf89fb27fac3d35d157276228825.tar.gz
mxe-6a92abc4866ecf89fb27fac3d35d157276228825.tar.bz2
add CMake to the list of requirements
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/index.html b/doc/index.html
index 7273ce9..0d89e5a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -450,6 +450,10 @@ AR=$(CROSS)ar</pre>
<td></td>
</tr>
<tr>
+ <td><a href="http://www.cmake.org/">CMake</a></td>
+ <td></td>
+ </tr>
+ <tr>
<td><a href="http://en.wikipedia.org/wiki/C_standard_library">LibC</a> for 32-bit</td>
<td></td>
</tr>
@@ -498,7 +502,7 @@ AR=$(CROSS)ar</pre>
<h3>Debian</h3>
- <pre>aptitude install -R bash bzip2 g++ make sed openssl \
+ <pre>aptitude install -R bash bzip2 cmake g++ make sed openssl \
patch perl scons unzip wget</pre>
<p>
@@ -508,7 +512,7 @@ AR=$(CROSS)ar</pre>
<h3>FreeBSD</h3>
- <pre>pkg_add -r bash gmake gsed perl scons unzip wget</pre>
+ <pre>pkg_add -r bash cmake gmake gsed perl scons unzip wget</pre>
<p>
On 64-bit FreeBSD,
@@ -517,7 +521,7 @@ AR=$(CROSS)ar</pre>
<h3>Frugalware</h3>
- <pre>pacman-g2 -S bash bzip2 gcc make sed openssl \
+ <pre>pacman-g2 -S bash bzip2 cmake gcc make sed openssl \
patch perl scons unzip wget</pre>
<p>
@@ -534,7 +538,7 @@ AR=$(CROSS)ar</pre>
<a href="http://www.macports.org/">MacPorts</a>,
then run:
</p>
- <pre>sudo port install gmake gsed scons wget</pre>
+ <pre>sudo port install cmake gmake gsed scons wget</pre>
<h3>MacOS 10.6</h3>
@@ -545,7 +549,7 @@ AR=$(CROSS)ar</pre>
<a href="http://www.macports.org/">MacPorts</a>,
then run:
</p>
- <pre>sudo port install gmake gsed scons wget gcc_select
+ <pre>sudo port install cmake gmake gsed scons wget gcc_select
sudo gcc_select gcc40</pre>
<h3>Open Solaris 2009.06</h3>
@@ -563,8 +567,9 @@ sudo gcc_select gcc40</pre>
First, install all requirements
that already ship with Solaris:
</p>
- <pre>pfexec pkg install SUNWgcc SUNWgmake SUNWgsed SUNWgzip \
- SUNWlibm SUNWgpch SUNWunzip SUNWwget</pre>
+ <pre>pfexec pkg install SUNWcmake SUNWgcc SUNWgmake SUNWgsed \
+ SUNWgzip SUNWlibm SUNWgpch SUNWunzip \
+ SUNWwget</pre>
<p>
Then download and install SCons by hand: