Agreed, as soon as I saw the embedded year, I thought "why" to myself.
The goal is to get something in Windows to work next, then circle back and begin to look at how to document the creation of a build environment. At this point, as long as we get a repeatable documented process we should be good. On Fri, Feb 19, 2021 at 11:27 AM Daniel Shahaf <d...@daniel.shahaf.name> wrote: > Alan Fry wrote on Fri, 19 Feb 2021 16:13 +00:00: > > Setup SQLLite: > > > > # cd ~/src > > # wget https://www.sqlite.org/2021/sqlite-amalgamation-3340100.zip > > > > unzip the zip file. > > Rename the unzipped directory to "sqlite-amalgamation" > > and move it to subversion-1.14.1 > > It should have been possible to replace these steps by > «SQLITE_VERSION=3.34.1 ./get-deps.sh sqlite», but it turns out > get-deps.sh doesn't make the "year" part of the URL configurable. > > Cheers, > > Daniel > (who wonders why the SQLite folks put the release year in the URL) > >