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