Search found 3 matches

by shariqbasheer
2016-06-29T02:28:43-07:00
Forum: Users
Topic: Installing delegates from source
Replies: 3
Views: 7006

Re: Installing delegates from source

I've followed the steps below.

zlib:

:/opt/software/zlib-1.2.8> ./configure --prefix=/opt/extra/

make

make install
------------
png:

:/opt/software/libpng-1.6.23> ./configure --prefix=/opt/extra/ CPPFLAGS='-I/opt/extra/include' LDFLAGS='-L/opt/extra/lib'

make

make install
------------
jpeg ...
by shariqbasheer
2016-06-27T23:51:03-07:00
Forum: Users
Topic: Installing delegates from source
Replies: 3
Views: 7006

Re: Installing delegates from source

I use suse linux.
---------------------
# cat /etc/*release*
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 4
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"
------------------------------------
by shariqbasheer
2016-06-27T05:35:36-07:00
Forum: Users
Topic: Installing delegates from source
Replies: 3
Views: 7006

Installing delegates from source

I've installed(not as root user) ImageMagick following below step:

• Create a directory “imagemagic”
• Copy “ImageMagick.tar.gz” to current folder and extract it
• Make sure “ImageMagick-7.0.2-0” directory is created under current directory
• Change the directory to “ImageMagick-7.0.2-0”
• Execute ...