diff --git a/Setting-up-pdf.js-Development-Environment-for-Windows.md b/Setting-up-pdf.js-Development-Environment-for-Windows.md index 1fe1697..c29753e 100644 --- a/Setting-up-pdf.js-Development-Environment-for-Windows.md +++ b/Setting-up-pdf.js-Development-Environment-for-Windows.md @@ -2,15 +2,15 @@ The simplest way to setup the development environment for the PDF.js project: -* Git for Windows (http://code.google.com/p/msysgit/, the Unix line endings must be set) +* Node.js (http://nodejs.org) + +* Git for Windows (https://github.com/git-for-windows/git/releases; Unix line endings must be set) ```> git config --global core.autocrlf input``` * Mozilla build environment (http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-Latest.exe) -* Node.js (http://nodejs.org/) - -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 . +If Visual Studio is not installed or to avoid switching between the Git bash and the Mozilla build environment, modify any startXXX.cmd file in C:\mozilla-build to look like https://gist.github.com/1518181. ## Cygwin Environment Another way to setup an development environment for the pdf.js project is to use [Cygwin](http://www.cygwin.com/) which is a collection of tools providing basic Linux API look and feel.