Put text on the top faces of cubes.
[mandelwow.git] / README.md
index 5754000027ae104f7a1f18d6781e0127bbbab8f2..20c75c05e70e9ed2d4dff847aea4e9262d92fb33 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,10 +11,12 @@ I wrote this demo to learn Rust & basic GLSL. Mind the mess.
 ## Requirements
 
 The native binary requires OpenGL 3.1. Should perform well on reasonably modern
-hardware. Tested on Linux with Intel HD Graphics 4000 (Ivy Bridge) and NVidia GTX 970.
-
-The asmjs and WebAssembly versions were tested on Chromium 57 and Firefox 53.
+hardware. Tested on:
 
+ * Linux with NVidia GTX 970 (Mesa 17.1 Nouveau driver)
+ * Linux with Intel HD Graphics 4000 (Ivy Bridge)
+ * Windows 10 with NVidia GTX 970
+ * The asmjs and WebAssembly build works on Chromium 57 and Firefox 53
 
 ## Building from source
 
@@ -23,6 +25,9 @@ The asmjs and WebAssembly versions were tested on Chromium 57 and Firefox 53.
 Install cargo (either your distro's packaged version or via rustup), then go to the source root and type:
 
 ```
+cd mandelwow
+git submodule init
+git submodule update
 cargo run --release
 ```
 
@@ -58,7 +63,7 @@ I followed these steps to build a native Windows binary:
 
 ### WebAssembly / asm.js
 
-Install emsdk 1.36.14:
+Install emsdk:
 
 ```
 cd ~