Updated Setting up pdf.js Development Environment for Windows (markdown)

yurydelendik 2012-07-19 18:18:25 -07:00
parent e913a19005
commit 5fe39a0d78

@ -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```