diff options
| author | politza <politza@fh-trier.de> | 2018-10-19 18:52:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 18:52:52 +0200 |
| commit | fd0872ca4d2d45ece2d5f648a1a8aa6a034eda32 (patch) | |
| tree | 7a9c5808cbbff9bf45e6eff22c469cb9417acdb8 | |
| parent | 2e7fe92d39c795786594ddb9f344607319890b3f (diff) | |
| parent | f74956d5a19549dfbdd208609288e9f03224d523 (diff) | |
Merge pull request #432 from rmrgh/master
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 |
