Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rbarilani/imagemagick-ubuntu-install
ImageMagick install bash script Compile and install ImageMagick with Ghostscripts libs from source. Source is downloaded and unzipped at /usr/local/src.
https://github.com/rbarilani/imagemagick-ubuntu-install
Last synced: about 1 month ago
JSON representation
ImageMagick install bash script Compile and install ImageMagick with Ghostscripts libs from source. Source is downloaded and unzipped at /usr/local/src.
- Host: GitHub
- URL: https://github.com/rbarilani/imagemagick-ubuntu-install
- Owner: rbarilani
- Created: 2015-06-10T14:40:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-13T12:24:20.000Z (over 9 years ago)
- Last Synced: 2024-11-09T07:31:49.409Z (3 months ago)
- Language: Shell
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageMagick install bash script
Compile and install ImageMagick with Ghostscripts libs from source.
Source is downloaded and unzipped at /usr/local/src.[![Build Status](https://travis-ci.org/rbarilani/imagemagick-ubuntu-install.svg)](https://travis-ci.org/rbarilani/imagemagick-ubuntu-install)
## Usage:
```
bash -c "$(wget -O - https://raw.githubusercontent.com/rbarilani/imagemagick-ubuntu-install/master/install.sh)"
```or clone the repository and then run the install script:
```
git clone https://github.com/rbarilani/imagemagick-ubuntu-install.git
cd imagemagick-ubuntu-install
chmod +x ./install.sh
./install.sh
```