Update README with dependencies

This commit is contained in:
Surma
2018-05-29 15:39:46 +02:00
parent 9c0e0b683e
commit 850a019212
3 changed files with 11 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ This folder contains a self-contained sub-project for each encoder and decoder t
## Build
Each subproject can be built using the following commands:
Each subproject can be built using [Docker](https://www.docker.com/) the following commands:
```
$ npm install

View File

@@ -3,6 +3,12 @@
- Source: <https://github.com/mozilla/mozjpeg>
- Version: v3.3.1
## Dependencies
- Docker
- Automake
- pkg-config
## Example
See `example.html`

View File

@@ -3,6 +3,10 @@
- Source: <https://github.com/webmproject/libwebp>
- Version: v0.6.1
## Dependencies
- Docker
## Example
See `example.html`