Skip to content

Commit

Permalink
Add PPA details for Ubuntu LTS
Browse files Browse the repository at this point in the history
Remove Mac OS from preinstall script - please use homebrew
  • Loading branch information
lovell committed Jul 16, 2015
1 parent 8b50f15 commit de333eb
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 243 deletions.
23 changes: 21 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ libvips and its dependencies on the following Operating Systems:
* Fedora 21, 22
* Amazon Linux 2014.09, 2015.03
* OpenSuse 13
* Mac OS

run the following as a user with `sudo` access:

Expand All @@ -47,11 +46,31 @@ Add `--with-openslide` to enable OpenSlide support:
curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -s -- --with-openslide
```

#### Ubuntu LTS

libvips v7.40.6 is available via a PPA.

##### 12.04

```sh
sudo add-apt-repository -y ppa:lovell/precise-backport-vips
sudo apt-get update
sudo apt-get install -y libvips-dev libgsf-1-dev
```

##### 14.04

```sh
sudo add-apt-repository -y ppa:lovell/trusty-backport-vips
sudo apt-get update
sudo apt-get install -y libvips-dev libgsf-1-dev
```

### Mac OS

[![OS X 10.9.5 Build Status](https://travis-ci.org/lovell/sharp-osx-ci.png?branch=master)](https://travis-ci.org/lovell/sharp-osx-ci)

Manual install via homebrew:
Install libvips via homebrew:

```sh
brew install homebrew/science/vips --with-webp --with-graphicsmagick
Expand Down
5 changes: 1 addition & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@ repo_url: https://github.com/lovell/sharp
site_description: The fastest Node.js module for resizing JPEG, PNG, WebP and TIFF images. Uses the libvips library.
copyright: <a href="https://dimens.io/">dimens.io</a>
google_analytics: ['UA-13034748-12', 'sharp.dimens.io']
theme: flatly
theme: readthedocs
dev_addr: 0.0.0.0:10101
markdown_extensions:
- toc:
permalink: ""
pages:
- Home: index.md
- Installation: install.md
Expand Down
Loading

0 comments on commit de333eb

Please sign in to comment.