diff options
| author | Cleberson Ramirio <rmrgh@users.noreply.github.com> | 2018-10-18 18:45:18 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-18 18:45:18 -0300 |
| commit | f74956d5a19549dfbdd208609288e9f03224d523 (patch) | |
| tree | 7a9c5808cbbff9bf45e6eff22c469cb9417acdb8 | |
| parent | 2e7fe92d39c795786594ddb9f344607319890b3f (diff) | |
Add instructions for Alpine Linux
| -rw-r--r-- | README.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -158,6 +158,11 @@ $ sudo dnf install make automake autoconf gcc gcc-c++ ImageMagick libpng-devel zlib-devel poppler-glib-devel #+END_SRC +**** Compiling on Alpine Linux +#+BEGIN_SRC sh + $ apk add build-base g++ gcc automake autoconf libpng-dev glib-dev poppler-dev +#+END_SRC + **** Compiling on Windows PDF Tools can be built and used on Windows using the MSYS2 compiler. This will work with native (not cygwin) Windows builds of |
