Clarify that build is not necessary for testing

This commit is contained in:
Fabian 2016-10-15 01:49:43 +02:00
parent 69e7927a96
commit a7bae5d840

View file

@ -85,6 +85,7 @@ A testsuite is available in `tests/full/`. Run it using `node tests/full/run.js`
How to build, run and embed?
-
- Building is only necessay for releases, open debug.html and everything should load out of the box
- If you want a compressed and fast (i.e. with debug code removed) version, you
need Closure Compiler. Download it as shown below and run `make build/v86_all.js`.
- ROM and disk images are loaded via XHR, so if you want to try out `index.html`