Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Update README.md: Xquartz & brew-cask not required
Browse files Browse the repository at this point in the history
Tested on macOS 10.15.4 Catalina.

Also changes the Google Code link to Sourceforge, which resolves dergachev#51

Redone as per dergachev#54
  • Loading branch information
pzrq authored Jul 31, 2020
1 parent 3037bd7 commit 0e7e2fc
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,9 @@ vagrant destroy -f

### On OSX, with homebrew

The following works with OS X and homebrew, assuming you have ruby 1.9.2+:

You may need to install brew-cask: https://github.com/phinze/homebrew-cask

The following works with OS X and [homebrew](https://brew.sh/), assuming you have ruby 1.9.2+:

```bash
# x-quartz is a dependency for gifsicle, no longer installed starting on 10.8
brew cask install xquartz
open /usr/local/Caskroom/xquartz/2.7.11/XQuartz.pkg # runs the XQuartz installer

brew install ffmpeg imagemagick@6 gifsicle pkg-config
gem install screengif # might need sudo
```
Expand All @@ -97,7 +91,7 @@ To be able to use the `--progressbar` option, you also need to install ghostscri
```bash
brew install gs
cd /usr/local/share/ghostscript/
wget https://ghostscript.googlecode.com/files/ghostscript-fonts-std-8.11.tar.gz
wget https://versaweb.dl.sourceforge.net/project/ghostscript/AFPL%20Ghostscript/8.14/ghostscript-fonts-std-8.11.tar.gz
tar xzvf ghostscript-fonts-std-8.11.tar.gz
```

Expand Down

0 comments on commit 0e7e2fc

Please sign in to comment.