mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2026-04-09 13:32:31 +02:00
docs: clarify and reorder Ubuntu/Debian dependency instructions
This commit is contained in:
10
README.md
10
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
|
||||
---------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user