Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVG support to ImageMagick #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add SVG support to ImageMagick #38

wants to merge 1 commit into from

Conversation

cabarnes
Copy link
Collaborator

@cabarnes cabarnes commented Oct 2, 2020

Compiles ImageMagick with SVG support

@cabarnes cabarnes requested a review from btimby October 2, 2020 19:23
@btimby
Copy link
Owner

btimby commented Oct 2, 2020

The debian package uses the following flags:

        --enable-reproducible-build \
        --prefix=/usr \
        --libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
        --docdir=/$(DOC_PKG_PATH) \
        --with-extra-doc-dir=' (on debian system you may install the imagemagick-$(IMVERSION) package)' \
        --sysconfdir=/etc \
        --with-includearch-dir=/usr/include/$(DEB_HOST_MULTIARCH)/ \
        --mandir=/usr/share/man \
        --infodir=/usr/share/info \
        --with-modules \
        --with-gs-font-dir=/usr/share/fonts/type1/gsfonts \
        --with-magick-plus-plus \
        --with-djvu \
        --with-heic \
        --with-openjp2 \
        --with-webp \
        --with-wmf \
        --without-gvc \
        --enable-shared \
        --without-dps \
        --without-fpx \
        --with-perl \
        --with-perl-options='INSTALLDIRS=vendor' \
        --x-includes=/usr/include/X11 \
        --x-libraries=/usr/lib/X11 \
        --without-rsvg

NOTE: I need to look up the values of the variables above...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants