Download:
child 36:07aedd01fe23
parent 34:37269c0508ae
35:c413694d4564
Anton Shestakov <av6@dwimlabs.net>, Tue, 26 Jun 2018 00:50:58 +0800
docs: explain why editing index.html is required, add license

1 файлов изменено, 15 вставок(+), 3 удалений(-) [+]
README.rst file | annotate | diff | comparison | revisions
--- a/README.rst Tue Jun 26 00:49:57 2018 +0800
+++ b/README.rst Tue Jun 26 00:50:58 2018 +0800
@@ -18,14 +18,18 @@
cd gme-player.js
make
- # add music files: .nsf, .nsfe, .spc, .vgm, etc
+ # drop some game music files: .nsf, .nsfe, .spc, .vgm, etc
+ # add them to the list in index.html
python -m SimpleHTTPServer
And then navigate to http://localhost:8000/.
+gme-player.js is fully client-side, that's why you need to add files that are
+available server-side to index.html.
-Where to get files?
--------------------
+
+Where to get game music files?
+------------------------------
Check out `Famicompo mini`_.
@@ -36,6 +40,14 @@
recipe.sh has some tips on how to build Game Music Emu with Emscripten.
+License
+-------
+
+MIT.
+
+Game Music Emu (and the bundled libgme* files) is LGPL.
+
+
TODO
----