Skip to content

Commit

Permalink
Upgrade poppler on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 4, 2017
1 parent 72481f8 commit f5764a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Makevars.win
@@ -1,4 +1,4 @@
VERSION=0.57.0
VERSION=0.61.0
PKG_CXXFLAGS=-Dpoppler_cpp_EXPORTS -DBUNDLE_POPPLER_DATA
PKG_CPPFLAGS=-I../windows/poppler-$(VERSION)/include/poppler/cpp \
-I../windows/poppler-$(VERSION)/include/poppler
Expand Down
10 changes: 5 additions & 5 deletions tools/winlibs.R
Expand Up @@ -10,8 +10,8 @@ if(!file.exists(sprintf("../windows/poppler-%s/include/poppler/cpp/poppler-docum
}

# Download extra poppler data
if(!file.exists("../windows/poppler-data-0.4.8")){
download.file("https://poppler.freedesktop.org/poppler-data-0.4.8.tar.gz", "data.tar.gz", quiet = TRUE)
untar("data.tar.gz", exdir = "../windows")
unlink("data.tar.gz")
}
#if(!file.exists("../windows/poppler-data-0.4.8")){
# download.file("https://poppler.freedesktop.org/poppler-data-0.4.8.tar.gz", "data.tar.gz", quiet = TRUE)
# untar("data.tar.gz", exdir = "../windows")
# unlink("data.tar.gz")
#}

0 comments on commit f5764a1

Please sign in to comment.