dbohdan / jimsh-static

Jim Tcl static binaries with SQLite 3 for Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Static Jim Tcl with SQLite 3 for Linux

How this works

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

Prebuilt binaries are available for amd64 and i386, plus arm32v6 for older releases. See the releases on GitHub. Checksums of the prebuilt binaries can be found in the repository.

License

MIT.

About

Jim Tcl static binaries with SQLite 3 for Linux

License:MIT License


Languages

Language:Dockerfile 61.6%Language:Shell 38.4%