28 Aug
2010
28 Aug
'10
1:18 p.m.
On Fri, Aug 27, 2010 at 6:43 AM, Bernhard Walle <bernhard@bwalle.de> wrote:
Am 27.08.2010 13:08, schrieb Ray Rashif:
cmake . -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_SKIP_RPATH=ON
Also build the release version with '-DCMAKE_BUILD_TYPE=Release', because otherwise the binary contains references to the source code so that gdb finds the source files.
Regards, Bernhard
Thank you all for the tips, I simily prefer the ./configure and make system :D, never had very much experience with cmake