[nanomsg] Re: Simplifying CMake build

  • From: Martin Sustrik <sustrik@xxxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Mon, 02 Sep 2013 08:47:37 +0200

On 31/08/13 12:59, Alex Elsayed wrote:

It basically comes for free if you do things the way the autotools docs
recommend. Just tested, and nanomsg already works with it:

git clone git://github.com/250bpm/nanomsg.git
mkdir nn-build
cd nanomsg
./autogen.sh
cd ../nn-build
../nanomsg/configure
make

All the results of the build process end up in nn-build, instead of nanomsg's
source tree.

Ah, go it. The results of autoreconf phase are stored in-tree and the results of configure & make phases are stored out of tree.

Thanks!
Martin

Other related posts: