diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-07-26 02:52:25 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-07-26 02:52:25 (GMT) |
commit | d71a209af5714aeb7b90a92ab4ebd26418fe6978 (patch) | |
tree | 66bbe85ea22e8630f559ff5dc84189d6a7150109 | |
parent | e39032d3f1e96c07549c55df0608b2770c470f99 (diff) | |
download | mxe-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.html | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 – Release 2.22</dt> |