mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 09:55:56 -07:00
feat(docs): add openslide how to install. Related with #40
This commit is contained in:
parent
c6f179d444
commit
cc627a48a6
1 changed files with 7 additions and 0 deletions
|
|
@ -31,8 +31,15 @@ Run the following script as `sudo` (supports OSX, Debian/Ubuntu, Redhat, Fedora,
|
||||||
curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
|
curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you wanne take the advantage of [OpenSlide](http://openslide.org/), simply add `--with-openslide` to enable it:
|
||||||
|
```bash
|
||||||
|
curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash -s --with-openslide
|
||||||
|
```
|
||||||
|
|
||||||
The [install script](https://github.com/lovell/sharp/blob/master/preinstall.sh) requires `curl` and `pkg-config`
|
The [install script](https://github.com/lovell/sharp/blob/master/preinstall.sh) requires `curl` and `pkg-config`
|
||||||
|
|
||||||
|
For platform specific installations, see [Mac OS](https://github.com/lovell/sharp/blob/master/README.md#mac-os-tips) tips or [Windows](https://github.com/lovell/sharp/blob/master/README.md#windows) tips
|
||||||
|
|
||||||
## Supported image operations
|
## Supported image operations
|
||||||
|
|
||||||
- Resize
|
- Resize
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue