Misc. fixes

Tim van der Meij 2015-08-04 21:07:31 +02:00
parent a379a30af5
commit c73f33839b

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