-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi, I doing as in #355 :
tar xvzf ImageMagick.tar.gz
cd ImageMagick-7.1.0-51
./configure --prefix=/cluster/soft/magick
make
make install
export PKG_CONFIG_PATH=/cluster/soft/magick/lib/pkgconfig
export LD_LIBRARY_PATH=/cluster/soft/magick/lib
cd /temp/dir/to/build/r-magick
git clone https://github.com/ropensci/magick
R CMD INSTALL magick
and now it requires many other packages, for example:
libaom
de_265
x265
lerc
openjpeg
libheif
libwebp
libjpeg
I wonder, are they all dependencies of magick? Is there a list of all the dependencies? That's taking a really long time to install all of them, and I'm not sure how many more I have...
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels