Skip to content

Commit

Permalink
It's make sqlite3-rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 6, 2024
1 parent 55b1643 commit 0610723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sqlite/compile-sqlite3-rsync.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Today I heard about the [sqlite3-rsync](https://sqlite.org/draft/rsync.html) com
git clone https://github.com/sqlite/sqlite.git
cd sqlite
./configure
make sqlite-rsync
make sqlite3-rsync
```
So it looks like the `sqlite-rsync` command is no longer limited to a branch.

## How I compiled it without using make sqlite-rsync
## How I compiled it without using make sqlite3-rsync

After some poking around (and some hints from Claude) I found a recipe for compiling and running it that seems to work:

Expand Down

0 comments on commit 0610723

Please sign in to comment.