Created
October 25, 2016 08:22
-
-
Save phund/d1d13775d97245cd2c383f60f5f0d8a5 to your computer and use it in GitHub Desktop.
Install graphic magic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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