From 02f115412bf25721b31e53d83d55dae7a93892b4 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 4 Aug 2015 21:08:35 +0200 Subject: [PATCH] Misc. fixes --- Setting-up-pdf.js-Development-Environment-for-Windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Setting-up-pdf.js-Development-Environment-for-Windows.md b/Setting-up-pdf.js-Development-Environment-for-Windows.md index c29753e..529012a 100644 --- a/Setting-up-pdf.js-Development-Environment-for-Windows.md +++ b/Setting-up-pdf.js-Development-Environment-for-Windows.md @@ -13,13 +13,12 @@ The simplest way to setup the development environment for the PDF.js project: 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. -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: +Another way to setup a development environment for PDF.js is to use [Cygwin](http://www.cygwin.com/) 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'll need to install node.js from http://nodejs.org/. +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. \ No newline at end of file