From: <man...@us...> - 2014-07-30 08:27:16
|
Revision: 4192 http://sourceforge.net/p/modplug/code/4192 Author: manxorist Date: 2014-07-30 08:27:08 +0000 (Wed, 30 Jul 2014) Log Message: ----------- [Doc] build: Document emscripten support. [Doc] libopenmpt: Fix typo. Modified Paths: -------------- trunk/OpenMPT/README.md trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt trunk/OpenMPT/libopenmpt/dox/changelog.md Modified: trunk/OpenMPT/README.md =================================================================== --- trunk/OpenMPT/README.md 2014-07-26 09:12:19 UTC (rev 4191) +++ trunk/OpenMPT/README.md 2014-07-30 08:27:08 UTC (rev 4192) @@ -124,6 +124,18 @@ which will try to guess the compiler based on your operating system. + - emscripten (on Unix-like systems): + + libopenmpt has been tested and verified to work with emscripten 1.21 or + later (earlier versions might or might not work). Run: + + make CONFIG=emscripten + + Running the test suite on the command line is also supported by using + node.js. Version 0.10.25 or greater has been tested. Earlier versions + might or might not work. Depending on how your distribution calls the + node.js you might have to edit `build/make/Makefile.config.emscripten`. + The `Makefile` supports some customizations. You might want to read the top which should get you some possible make settings, like e.g. `make DYNLINK=0` or similar. Cross compiling or different compiler would Modified: trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt =================================================================== --- trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt 2014-07-26 09:12:19 UTC (rev 4191) +++ trunk/OpenMPT/build/android_ndk/README.AndroidNDK.txt 2014-07-30 08:27:08 UTC (rev 4192) @@ -1,7 +1,7 @@ -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -This is preliminarily documentation. -!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +This is preliminary documentation. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1. Copy the whole libopenmpt source tree below your jni directory. 2. Copy build/android_ndk/* into the root of libopenmpt, i.e. also into the Modified: trunk/OpenMPT/libopenmpt/dox/changelog.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-07-26 09:12:19 UTC (rev 4191) +++ trunk/OpenMPT/libopenmpt/dox/changelog.md 2014-07-30 08:27:08 UTC (rev 4192) @@ -9,6 +9,7 @@ * openmpt123: SDL is now also used by default if availble, in addition to PortAudio. + * Support for emscripten is no longer experimental. ### 2014-06-15 - libopenmpt 0.2-beta5 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |