benwebber / sqlite3-uuid

SQLite extension for generating UUIDs
The Unlicense
48 stars 4 forks source link

Document how to build SQLite with this extension #4

Open benwebber opened 5 years ago

benwebber commented 5 years ago

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

From #3

speg commented 3 years ago

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?