From: <man...@us...> - 2014-07-30 13:55:23
|
Revision: 4198 http://sourceforge.net/p/modplug/code/4198 Author: manxorist Date: 2014-07-30 13:55:15 +0000 (Wed, 30 Jul 2014) Log Message: ----------- [Doc] build: List emscripten as supported compiler. Modified Paths: -------------- trunk/OpenMPT/README.md trunk/OpenMPT/libopenmpt/dox/dependencies.md Modified: trunk/OpenMPT/README.md =================================================================== --- trunk/OpenMPT/README.md 2014-07-30 13:37:39 UTC (rev 4197) +++ trunk/OpenMPT/README.md 2014-07-30 13:55:15 UTC (rev 4198) @@ -110,6 +110,7 @@ For sound output in openmpt123, PortAudio or SDL is required. openmpt123 can optionally use libflac, libwavpack and libsndfile to render PCM files to disk. + When using gcc, run: make CONFIG=gcc @@ -127,14 +128,17 @@ - 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: + 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`. + `node.js` binary, 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. Modified: trunk/OpenMPT/libopenmpt/dox/dependencies.md =================================================================== --- trunk/OpenMPT/libopenmpt/dox/dependencies.md 2014-07-30 13:37:39 UTC (rev 4197) +++ trunk/OpenMPT/libopenmpt/dox/dependencies.md 2014-07-30 13:55:15 UTC (rev 4198) @@ -13,6 +13,7 @@ * **GCC 4.4** or higher * **Clang 3.0** or higher * **MinGW-W64 4.6** or higher + * **emscripten 1.21** or higher * Required compilers to use libopenmpt: * Any **C89** compatible compiler should work with the C API as long as a C99 compatible **stdint.h** is available. * Any **C++03** compatible compiler should work with the C++ API. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |