mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-07 16:11:12 +01:00
24
Setting up pdf.js Development Environment for Windows
Tim van der Meij edited this page 2015-08-04 21:23:10 +02:00
The easiest and recommended way of setting up a development environment for PDF.js is to use Git for Windows. Follow the steps below to create your development environment:
-
Install Node.js from http://nodejs.org.
-
Install Git for Windows from https://github.com/git-for-windows/git/releases. Make sure that Unix line endings are set by executing the following command from Git Bash:
> git config --global core.autocrlf input
You can now continue to the Contributing page.