forked from masterkain/ImageMagick-sl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76e6e3f
commit aed5069
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Introduction | ||
|
||
This is bash script to install ImageMagick on Snow Leopard. | ||
|
||
## Configuration | ||
|
||
Please have a look at install_im.sh to customize your environment. | ||
|
||
## Execution | ||
|
||
You can run the script as a normal user, it does use sudo at a certain point, so be sure to not leave the installation unattended. | ||
Depending on many factors the sudo command may expire during the execution of the script, so if it asks you again the password don't worry, it's normal. | ||
|
||
Alternatively you can run the script as root. | ||
|
||
chmod +x install_im.sh | ||
sh install_im.sh | ||
|
||
## Contribute | ||
|
||
If you find that the script uses an outdated version of the requirements or ImageMagick, please modify the script accordingly, test if it can still produce a valid ImageMagick installation and notify me about the changes, thanks. | ||
|
||
## Resources | ||
|
||
* [iCoreTech Research Labs](http://www.icoretech.org) | ||
* [Github Repository](http://github.com/masterkain/ImageMagick-sl) |
This file contains 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