Skip to content

Commit

Permalink
Updated readme and versioning
Browse files Browse the repository at this point in the history
Signed-off-by: CompuRoot <CompuRoot@users.noreply.github.com>
  • Loading branch information
CompuRoot committed May 17, 2024
1 parent fe2dcef commit ce12c14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Docker required (using official Linux distribution of alpine:latest)
- Optional:
- OpenSSH 8.0+ (to use `ssh-keygen` to verify compiled files in [release][1] section)
- `git` (to pull conveniently this repository)
- `gpg` (to verify signed tar.gz and zip archives)

## Compiling

Expand All @@ -39,6 +40,9 @@ and run following command in a download directory:
```
<sqlite3 ssh-keygen -Y check-novalidate -n 'https://github.com/compuroot.file' -s sqlite3.sig
```
Also, `tar.gz` and `zip` archives in release section are signed with GPG

Starting from SQLite version 3.45.3, compiled versions of releases will be represented as `XX.XX.XX_ZZ` where `XX.XX.XX` will reflect actuall SQLite versions while `ZZ` will represent version of this building tool.

## Customization

Expand All @@ -48,7 +52,7 @@ and run following command in a download directory:

## Motivation

Make portable `sqlite3` program that can run without dependencies on any x86_64 Linux.
Make portable `sqlite3` program that can run without dependencies on any x86_64 Linux operation systems.


[1]: https://github.com/CompuRoot/static-sqlite3/releases

0 comments on commit ce12c14

Please sign in to comment.