Skip to content

Setting up pdf.js Development Environment for Windows

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

Git for Windows environment

This is the easiest and most recommended way to setup a development environment for PDF.js:

Cygwin environment

Alternatively you can use Cygwin, a collection of tools providing a basic Linux API look and feel. Download the latest package from the Cygwin website and follow the installation instructions until you reach the "Select Packages" screen. Here you should at least choose:

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

To be able to run font tests, you should also choose:

  • [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.

You can now continue to the Contributing page.