Thanks Philippe, I did 1. cmake -DCMAKE_BUILD_TYPE=Release .. 2. make install
It generated a release directory in build. But when I tried running the executable on another machine it said "./qtwengophone: error while loading shared libraries: libboost_program_options.so.2: cannot open shared object file: No such file or directory" (I am doing this all on linux.) I also tried copying the entire build folder to another machine (including the libs directory) Thanks, Dhruv --- Philippe BERNERY <[EMAIL PROTECTED]> wrote: > Le 25 mai 07 à 06:15, chopra dhruv a écrit : > > > I am trying to integrate P2P support with the > > openwengo client. For testing I want to be able to > > generate a release version which I can easily set > up > > on different machines rather than goiing through > > the painful process of building my code on every > > machine from scratch. Please let me know if you > > guys have any idea on how I can go about it. > > Hi, > > Simply type "make install" and this will generate a > distributable > version of WengoPhone (a setup on windows, a .dmg on > Mac OS X, ...) > Note that if you want to compile your code in > release mode, you have > to add "-DCMAKE_BUILD_TYPE=Release" on the cmake > command line, > otherwise you'll get a debug version. > > -- > Philippe BERNERY <[EMAIL PROTECTED]> > http://dev.openwengo.org > > > > ____________________________________________________________________________________Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out. http://answers.yahoo.com/dir/?link=list&sid=396545433 _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
