On Fri, 12 Jul 2024, Arí Ricardo Ody via lazarus wrote:
Hey guys!
I would like to take a program resulting from a Lazarus project that has
access to SQLite to a machine that does not have SQLite installed.
Initially I copy the SQLite base and take it to the target machine.
So I would like to know how to proceed regarding the part of the program
resulting from the project. Do I need to take the object program and what
other modules related to SQLite? How do I organize them on the target
machine? I put everything in a directory and it's ready?
You must never do this. sqlite is part of every linux distribution.
There is no good reason to install a custom version.
Simply install sqlite on the target machine using the system tools.
Michael.
--
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus