From 5fe39a0d783ac507c074be9d6b154b390ebd78a0 Mon Sep 17 00:00:00 2001 From: yurydelendik Date: Thu, 19 Jul 2012 18:18:25 -0700 Subject: [PATCH] Updated Setting up pdf.js Development Environment for Windows (markdown) --- Setting-up-pdf.js-Development-Environment-for-Windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Setting-up-pdf.js-Development-Environment-for-Windows.md b/Setting-up-pdf.js-Development-Environment-for-Windows.md index b5ec9d8..a0c74e5 100644 --- a/Setting-up-pdf.js-Development-Environment-for-Windows.md +++ b/Setting-up-pdf.js-Development-Environment-for-Windows.md @@ -18,7 +18,11 @@ Download the latest 'setup.exe' file from Cygwins website, and follow the instal * [Devel] -> make * [Interpreters] -> python -You should now be able to fork/push your repositories. To build the project you'll need to install node.js from http://nodejs.org/. Also, you will need "gjslint", which can be installed as an [easy_install](http://peak.telecommunity.com/DevCenter/EasyInstall#installing-easy-install) package using: +You should now be able to fork/push your repositories. To build the project you'll need to install node.js from http://nodejs.org/. + +### gjslint Install + +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```