mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-05-10 10:46:42 +00:00
First pass at resize utility
This commit is contained in:
@@ -101,3 +101,13 @@ Notes:
|
||||
# cp *.h /usr/local/include/pngquant/
|
||||
# cp *.a /usr/local/lib
|
||||
```
|
||||
|
||||
9. GraphicsMagick
|
||||
```
|
||||
# wget http://78.108.103.11/MIRROR/ftp/GraphicsMagick/1.3/GraphicsMagick-1.3.23.tar.gz
|
||||
# tar zxfv GraphicsMagick-1.3.23.tar.gz
|
||||
# cd GraphicsMagick-1.3.23
|
||||
# ./configure --prefix=/usr/local
|
||||
# make
|
||||
# make install
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user