Update README.md
This commit is contained in:
parent
093036ea15
commit
6b9da3f2a2
|
@ -100,7 +100,7 @@ If you don't have `mozjpeg` and `zopfli` you should run
|
|||
$ cd libcaesium
|
||||
$ ./install.sh
|
||||
```
|
||||
which will install the requirements (Ubuntu only).
|
||||
which will install the requirements.
|
||||
|
||||
##### Compile
|
||||
Provided you have all the requirements, building and installing from git is as simple as typing
|
||||
|
@ -125,4 +125,4 @@ PNG is lossless, so libcaesium will always perform optimization rather than comp
|
|||
|
||||
## Resizing
|
||||
Resizing is partially supported. It is handy but it's almost completely out of the scope of this library.
|
||||
If you really feel the need to do it within libcaesium you can do so, but I advise you should opt for a different toolset for the best results.
|
||||
If you really feel the need to do it within libcaesium you can do so, but I advise you should opt for a different toolset for the best results.
|
||||
|
|
Loading…
Reference in New Issue