2012/8/7 <[email protected]>: > If you want to create a script that installs it anyway, make sure it > installs in to /opt/yourprogram/ > with directories > bin > lib > > Libraries go into lib. Then create a startup shell script in > /opt/yourprogram/bin that adds /opt/yourprogram/lib > to the > LD_LIBRARY_PATH environment variable, after which it starts the real binary. > (the installer should create this script) > > Make a symlink to this shell script in /usr/bin or /usr/local/bin. >
I like this solution with /opt. Must try it. Thanks -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
