From 179a4d21e809e34a8752401245a5c5877c5d1c39 Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Sat, 24 Dec 2011 11:52:45 -0800 Subject: [PATCH] Created Setting up pdf.js Development Environment for Window (markdown) --- ...ing-up-pdf.js-Development-Environment-for-Window.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Setting-up-pdf.js-Development-Environment-for-Window.md diff --git a/Setting-up-pdf.js-Development-Environment-for-Window.md b/Setting-up-pdf.js-Development-Environment-for-Window.md new file mode 100644 index 0000000..54b4f8a --- /dev/null +++ b/Setting-up-pdf.js-Development-Environment-for-Window.md @@ -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]]. \ No newline at end of file