Is installation of SQLite required for every machine that uses it?

62 views Asked by At

Good morning,

I have developed a program that uses SQLite, and I'd like to share it with another computer. But not to share connection to the SQLite database (I know that a server/client would do that a lot better), just to send it to another computer with the compiled program to use it from there. I am wondering if I can do that without download the prebuilt binaries on every machine, or if they are not needed for executing the program ?

http://www.sqlite.org/quickstart.html :

Get a copy of the prebuilt binaries for your machine, or get a copy of the sources and compile them yourself.

Thank you for your help

0

There are 0 answers