From 78c68524130286bab7584e8b8469d52045d6dd8b Mon Sep 17 00:00:00 2001 From: Jeevan Sridharan Date: Thu, 22 Jan 2026 22:15:02 +0530 Subject: [PATCH 1/2] docs: add Ubuntu/Debian dependency installation example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 960326f..17376b2 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ PDFio requires the following to build the software: IDE files for Xcode (macOS/iOS) and Visual Studio (Windows) are also provided. +On Ubuntu/Debian: + + sudo apt install build-essential libpng-dev zlib1g-dev + Documentation ------------- From 390e8cef8fe4f310e51760222d6f77266e0a4974 Mon Sep 17 00:00:00 2001 From: Jeevan Sridharan Date: Mon, 26 Jan 2026 21:37:38 +0530 Subject: [PATCH 2/2] docs: clarify and reorder Ubuntu/Debian dependency instructions --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17376b2..3eb79e8 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,6 @@ PDFio requires the following to build the software: IDE files for Xcode (macOS/iOS) and Visual Studio (Windows) are also provided. -On Ubuntu/Debian: - - sudo apt install build-essential libpng-dev zlib1g-dev - Documentation ------------- @@ -74,6 +70,12 @@ To install it, run: sudo make install +On a stock Ubuntu or Debian installation, the following command will install +the required build prerequisites: + + sudo apt install build-essential libpng-dev zlib1g-dev + + Visual Studio Project ---------------------