Skip to content

Commit

Permalink
Document how to build JVips with Linux and Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel authored and dbouron committed Feb 18, 2021
1 parent 2627f97 commit c3e196e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ $ sudo yum install vips-devel
$ ./build.sh --without-w64 --with-linux --without-macos
```

To build with Docker:
```
$ docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) -f .github/docker/linux/Dockerfile -t jvips-builder-linux .
$ docker run --rm -v $(pwd):/app -w /app jvips-builder-linux
```

### 🏁 Windows

Windows builds are cross-compiled from Linux using MingW64. WSL and Docker are both supported.
Expand Down

0 comments on commit c3e196e

Please sign in to comment.