sqlite3-uuid icon indicating copy to clipboard operation
sqlite3-uuid copied to clipboard

Document how to build SQLite with this extension

Open benwebber opened this issue 6 years ago • 1 comments

Instead of linking to the extension, we can also compile it with SQLite.

  • [ ] Document how to include the extension in the SQLite source tree
  • [ ] Add a CI builder for the built-in version

From #3

benwebber avatar Jan 29 '19 09:01 benwebber

Yes please!

I'm developing on macOS and trying to statically link SQLite into my program.

When I go build my program on Ubuntu it doesn't include the uuid extension 😥

The compiled world is alien to me, but from what I gather I need to build a version of SQLite with the uuid extension included, then link my program to that?

speg avatar Jun 30 '21 20:06 speg