Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions static-build-script/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Building Static Binary
The build script doesn't completely work currently. Following the docker command in build.sh you can start a docker container and get it to work manually. ```docker run -it --rm -v \`pwd\`/io:/io ubuntu:trusty /bin/bash```

Inside the container if you run `bash /io/compile.sh` it will run until failing to compile libvips because of an error about not being able to find a Makefile for the /po subproject. Remove that directory from the root Makefile, run `make` manually and libvips will compile properly. You then can run the remaining commands in /io/compile.sh manually to create the tifig binary. Don't forget to source the /io/env.sh file to get the environment variables.