From 390e8cef8fe4f310e51760222d6f77266e0a4974 Mon Sep 17 00:00:00 2001 From: Jeevan Sridharan Date: Mon, 26 Jan 2026 21:37:38 +0530 Subject: [PATCH] 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 ---------------------