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 ---------------------