mirror of
https://github.com/ente-io/ente.git
synced 2025-08-12 01:04:48 +00:00
static lib
This commit is contained in:
parent
e02c6dfab9
commit
b91ee793bf
@ -4,3 +4,18 @@ Experimenting with libvips.
|
|||||||
docker build -t vips-test .
|
docker build -t vips-test .
|
||||||
docker run -it --rm -v $(pwd):/w vips-test vips copy /w/1.heic /w/1.jpeg
|
docker run -it --rm -v $(pwd):/w vips-test vips copy /w/1.heic /w/1.jpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Creates an otherwise statically linked executable but still depends on system
|
||||||
|
libs
|
||||||
|
|
||||||
|
```sh
|
||||||
|
meson setup _build --prefix=/target --default-library=static --buildtype=release -Ddeprecated=false -Dexamples=false -Dcplusplus=false -Dauto_features=disabled -Dmodules=disabled -Dcgif=disabled -Dexif=disabled -Dheif=disabled -Dheif-module=disabled -Dimagequant=disabled -Djpeg=disabled -Djpeg-xl=disabled -Djpeg-xl-module=disabled -Dlcms=disabled -Dhighway=disabled -Dspng=disabled -Dtiff=disabled -Dwebp=disabled -Dnsgif=false -Dppm=false -Danalyze=false -Dradiance=false -Dzlib=disabled
|
||||||
|
|
||||||
|
cd build && meson compile && meson install
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user