Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonimelisma committed Nov 10, 2023
1 parent 3e45ca9 commit b0c4cc1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,6 @@ Use [homebrew](https://brew.sh/) to install vips and pkg-config:
brew install vips pkg-config
```

### Ubuntu

You need a recent libvips to work with govips. New govips functionality is continuously added which takes advantage of new libvips functionality. Groovy (20.10) and Hirsute (21.04) repositories have working versions. However on Focal (20.04), you need to install libvips and dependencies from a backports repository:

```bash
sudo add-apt-repository -y ppa:strukturag/libde265
sudo add-apt-repository -y ppa:strukturag/libheif
sudo add-apt-repository ppa:tonimelisma/ppa
```

Then:

```bash
sudo apt -y install libvips-dev
```

### Windows

The recommended approach on Windows is to use Govips via WSL and Ubuntu.
Expand Down Expand Up @@ -121,7 +105,7 @@ MALLOC_ARENA_MAX=2 application

This will reduce GLib memory appetites by reducing the number of malloc arenas
that it can create. By default GLib creates one are per thread, and this would
follow to a memory fragmentation.
follow to memory fragmentation.

## Contributing

Expand Down

0 comments on commit b0c4cc1

Please sign in to comment.