From 173c85978e60e6ef76f41cb5bd61b43027280586 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Wed, 17 Oct 2012 10:42:33 -0700 Subject: [PATCH] Updated Setting up pdf.js Development Environment for Windows (markdown) --- Setting-up-pdf.js-Development-Environment-for-Windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setting-up-pdf.js-Development-Environment-for-Windows.md b/Setting-up-pdf.js-Development-Environment-for-Windows.md index 43e1ff7..8be2b1e 100644 --- a/Setting-up-pdf.js-Development-Environment-for-Windows.md +++ b/Setting-up-pdf.js-Development-Environment-for-Windows.md @@ -26,9 +26,9 @@ You should now be able to fork/push your repositories. To build the project you' Also, you will need "gjslint", which can be installed as an [easy_install](http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install) package using: -```> easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz``` +```> easy_install http://closure-linter.googlecode.com/files/closure_linter-2.3.5.tar.gz``` -(Note: version 2.3.6 is [[bad|http://code.google.com/p/closure-linter/issues/detail?id=50&thanks=50&ts=1342745700]], use ```> easy_install https://closure-linter.googlecode.com/files/closure_linter-2.3.5.tar.gz``` instead) +(Note: version 2.3.6 is [[bad|http://code.google.com/p/closure-linter/issues/detail?id=50&thanks=50&ts=1342745700]]) from your new shell (MSYS, Cygwin Bash Shell). With these tools you should be able to build/hack/etc. the rep.