The shell script build.sh
builds a static Linux binary of Jim Tcl using Docker. You must select the target architecture by passing a command line argument to the script. You can choose to build the latest commit (default) or any given commit, branch, or tag. The build will include every extension enabled by the configure flag --full
plus the SQLite 3 extension. SQLite 3 will be built with its extensions FTS5 and JSON1.
The script has been successfully tested with tags 0.78
through 0.80
for amd64
; tag 0.77
and earlier won't work. For 0.80
and earlier remove redis
from the list of extensions.
Prebuilt binaries are available for amd64
, arm32v6
(0.78–0.79), arm64v8
(0.83), and i386
. See the releases on GitHub. Checksums of the prebuilt binaries can be found in the repository.
MIT.