Hello

I will gladly accept this teaching. Sometimes it is very difficult to
install software on some distributions and I was trying to avoid it.

Thank you very much.

Ari

On Fri, Jul 12, 2024 at 8:37 AM Michael Van Canneyt via lazarus <
lazarus@lists.lazarus-ide.org> wrote:

>
>
> 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
>
-- 
_______________________________________________
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to