Version 3 of Building static Jim Tcl with SQLite 3 for Linux

Updated 2019-07-14 21:05:54 by dbohdan

dbohdan 2018-09-12: The following shell script will build 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.

The script has been successfully tested with tags 0.72 through 0.78 for i386; tags 0.71 and earlier won't work.

https://github.com/dbohdan/jimsh-static/blob/master/build.sh

Prebuilt binaries are attached to the repository as releases .