Hello I'm not sure, maybe it's useful for someone.. --- Chapter 1. Game Development Tools for Web: Emscripten (Linux) A Quick Start Guide for Beginners (Linux) YouTube URL: https://www.youtube.com/watch?v=ChNRjOyT1GE
1. Installing required tools: build-essential, pyhton 2.7+, nodejs, git, cmake, openJDK-7-jre (java) 2. Test which tools are installed 3. Download & Build Fastcomp (~/webdev/tools/emscripten-fastcomp) 4. Download Emscripten (~/webdev/tools/emscripten) 5. Configure Emscripten (~/.emscripten & environment variables) 6. Building & Running an example --- Chapter 2. Game Development Tools for Web: Emscripten (OS X) A Quick Start Guide for Beginners (OS X) YouTube URL: https://www.youtube.com/watch?v=P8j44i9HCk0 1. Allow applications downloaded from anywhere 2. Install Xcode Command Line Tools 3. Install Git SCM 4. Install cmake 5. Install nodejs 6. Install JDK 7. Setup Python 8. Build Fastcomp (Emscripten's LLVM + Clang implementation) 9. Install Emscripten 10. Configure Emscripten & Build “Hello World” 11. Verify Environment 12. Build & Run Example --- Chapter 3. Game Development Tools for Web: Emscripten (Windows 7) A Quick Start Guide for Beginners (Windows 7) YouTube URL: NOT Ready.. Next chapter about Windows (Build FastComp from sources, Building Crunch, VS2010 integration, Building BananaBread...) Best Regards, Pavel Harbunou -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
