usually deployment is done with a script.
That script can update LD_LIBRARY_PATH with the path to which it will copy your libs.
Goole for 'export' command.
usually deployment is done with a script.
That script can update LD_LIBRARY_PATH with the path to which it will copy your libs.
Goole for 'export' command.
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
can you please give me a sample script or link where i can get some ideas on how to create the deployment script. thanks
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
rpath is another way of solving my problem, but i don't have any idea on how to include rpath in my project. can anyone help me on how to do this? thanks
Here is an example:
http://www.qtcentre.org/threads/2504...404#post120404
This page shows an example that is more generic:
http://doc.qt.nokia.com/4.6/deployment-x11.html
Look at the third approach under 'creating an application package'
good luck
Bookmarks