Steps to install GraphicsMagic Tool on ubuntu server

Posted By : Deepak Gupta | 22-Sep-2014

 

Hi ,here I am going to tell you how to set up GraphicsMagic tool on server. You can also install Graphicsmagic tool by their deb file on ubuntu O.S. But some time there is problem with deb file in server . I thinks its about some version issues of some lib* file of Graphics magic Tools
 

Step To Install Graphics Magic Tool on ubuntu Server
 

  • Login to your by your server credentails
  • In root directory type this command:
    
    mkdir src
    
  • Type this command
    
    cd src
    
  • Type this command
    
    apt-get source graphicsmagick
    
  • Enter into graphicsmagic* directory Type this command
    
    Now, run vim debian/rules
    
  • Press I find this text
    
    ./configure $(gm_confflags) \
    
  • Enter this text below it
    
    --with-quantum-depth=16 \  and press esc then type :wq and hit Enter
    
  • After that run this command
    
    sudo apt-get build-dep graphicsmagick
     dpkg-buildpackage
     sudo dpkg -i ../graphicsmagick*.deb
    
    


 

Thanks

Deepak Gupta
 


 

About Author

Author Image
Deepak Gupta

Deepak is a bright Groovy and Grails developer

Request for Proposal

Name is required

Comment is required

Sending message..