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)

Reply via email to