Skip to content

Instantly share code, notes, and snippets.

@phund
Created October 25, 2016 08:22
Show Gist options
  • Save phund/d1d13775d97245cd2c383f60f5f0d8a5 to your computer and use it in GitHub Desktop.
Save phund/d1d13775d97245cd2c383f60f5f0d8a5 to your computer and use it in GitHub Desktop.
Install graphic magic
In root directory type this command:
1
2
3
<b>
mkdir src
</b>
Type this command
1
2
3
<b>
cd src
</b>
Type this command
1
2
3
<b>
apt-get source graphicsmagick
</b>
Enter into graphicsmagic* directory Type this command
1
2
3
<b>
Now, run vim debian/rules
</b>
Press I find this text
1
2
3
<b>
./configure $(gm_confflags) \
</b>
Enter this text below it
1
2
3
<b>
--with-quantum-depth=16 \ and press esc then type :wq and hit Enter
</b>
After that run this command
1
2
3
4
5
6
<b>
sudo apt-get build-dep graphicsmagick
dpkg-buildpackage
sudo dpkg -i ../graphicsmagick*.deb
</b>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment