Created Setting up pdf.js Development Environment for Window (markdown)

notmasteryet 2011-12-24 11:52:45 -08:00
parent 6f84c9dea1
commit 179a4d21e8

@ -0,0 +1,10 @@
The simplest way to setup the development environment for the pdf.js project:
* Git for Windows (http://code.google.com/p/msysgit/);
* Mozilla build environment (http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe).
If the Visual Studio is not installed or to avoid switching between the git bash and the Mozilla build environment, modify any startXXX.cmd file in the c:\mozilla-build to look like https://gist.github.com/1518181 .
See also [[Contributing]].