Skip to content

Setting up pdf.js Development Environment for Windows

Tim van der Meij edited this page Aug 4, 2015 · 24 revisions

MSYS Environment

The easiest way to setup the development environment for the PDF.js project:

Cygwin Environment

Another way to setup a development environment for PDF.js is to use Cygwin which is a collection of tools providing basic Linux API look and feel. Download the latest 'setup.exe' file from Cygwins website and follow the install instructions until you reach the "Select Packages" screen. Here you should at least choose:

  • [Devel] -> git
  • [Devel] -> make
  • [Interpreters] -> python

You should now be able to fork/push your repositories. To build the project you will need to install Node.js from http://nodejs.org.

See also Contributing and https://github.com/mozilla/pdf.js.