Forum > General

distribution of program

(1/1)

jeanchristophe:
Hi,
I have made a little program (a gui for vec2web), and I would like to know if I just have to pack the execute file or if the program needs several files (packages) and wich one ?
I am not a pro and there is maybe some people who would like take a look at it, give me some ideas....., where could I put it ?
Thanks for a great product
Jean Christophe

Vincent Snijders:
I don't know what your OS is.

On windows lazarus applications run without needing other dll's, except the system dll's. So no need to distrubute anything else.

On unix (and look-alikes) IIRC, lazarus applications are mostly staticly linked and don't need external libraries.
If they are not staticly linked, you would need some gtk libraries. They are installed on most  systems.

If you installed any lazarus packages (for instance MySql), you have to check the requirements of those packages. They might depend on certain libararies being installed.

Navigation

[0] Message Index

Go to full version