summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-07-26 02:52:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-07-26 02:52:25 (GMT)
commitd71a209af5714aeb7b90a92ab4ebd26418fe6978 (patch)
tree66bbe85ea22e8630f559ff5dc84189d6a7150109
parente39032d3f1e96c07549c55df0608b2770c470f99 (diff)
downloadmxe-d71a209af5714aeb7b90a92ab4ebd26418fe6978.zip
mxe-d71a209af5714aeb7b90a92ab4ebd26418fe6978.tar.gz
mxe-d71a209af5714aeb7b90a92ab4ebd26418fe6978.tar.bz2
doc update: add notes about make clean and freebsd support to history section
-rw-r--r--index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.html b/index.html
index 17ae1f7..1e49a8e 100644
--- a/index.html
+++ b/index.html
@@ -2511,6 +2511,13 @@ endef</pre>
</p>
<p>
+ Current users are <strong>strongly</strong> encouraged to
+ start with a clean tree as the toolchain has been
+ updated and requires a full rebuild:
+ </p>
+ <pre>git pull && make clean && make</pre>
+
+ <p>
Most packages were updated to their latest version.
</p>
@@ -2541,6 +2548,11 @@ endef</pre>
qmake, see the <a href="#tutorial-5c">Qt section of the tutorial</a>
for the new way to invoke qmake.
</p>
+
+ <p>
+ <a href="#requirements-freebsd">FreeBSD</a> is no longer fully supported.
+ Qt5, ocaml*, and 8 other packages are excluded from the build.
+ </p>
</dd>
<dt>2012-04-12 &ndash; Release 2.22</dt>