Skip to content

Installing without sudo- dependencies #414

@avishai987

Description

@avishai987

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions