[rkward-users] [rkward - Help] RE: rkward-0.5.0d: "QT4_AUTOMOC" cmake problem

SourceForge.net noreply at sourceforge.net
Mon May 18 16:27:01 UTC 2009


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7397809
By: tfry

If you really want to use a within-source build, you need to start one directory
higher:
   cmake [options] .

However, the recommended approach is really these steps:

tar -xvzf rkward-[version].tar.gz
cd rkward-[version]
mkdir build; cd build
cmake [options] ..
make
sudo make install

See also http://p.sf.net/rkward/compiling .

Regards
Thomas

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=165574




More information about the Rkward-users mailing list