From 4ebbb1c987dc3dbed6a5503fa9edcc8cb1f5c650 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Tue, 4 Aug 2015 21:55:31 +0200 Subject: [PATCH] Fixup --- Setup-PDF.js-in-a-website.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Setup-PDF.js-in-a-website.md b/Setup-PDF.js-in-a-website.md index b93ac80..c27fe2c 100644 --- a/Setup-PDF.js-in-a-website.md +++ b/Setup-PDF.js-in-a-website.md @@ -53,8 +53,4 @@ These files can also be uploaded to your server to use PDF.js to display PDF fil ``` ## Build PDF.js from source -### Linux -* [Instructions for Linux can be found here.](Setup-PDF.js-in-a-website-(Linux)) - -### Windows -* [Instructions for Windows can be found here.](Setup-PDF.js-in-a-website-(Windows)) \ No newline at end of file +After cloning PDF.js, you can build PDF.js from source using `node make generic`. This will create the built PDF.js in the `build` folder. Note that you must include `compatibility.js` in order to support browsers like IE8+. \ No newline at end of file