BenV's notes

Tag: cmake

CMake note

by on Jun.17, 2011, under Software

Another note for future reference!

Unfortunately CMake is something I run into way too often these days, and since I can never remember how to tell it to do certain shit, here’s how.
They should give me a configure along with the product.

The equivalent of

./configure --prefix=/usr
=>
export CMAKE_INSTALL_PREFIX=/usr

Destdir seems something CMAKE does understand, so just

export DESTDIR=`pwd`/tmp

and it’ll work just fine.

Finally, for the interactive configuration of something we have:

cmake -i

Leave a Comment : more...

CMake issues

by on Feb.13, 2010, under Morons, Software

I can’t for the life of me begin to imagine why anyone would use cmake as an autoconf alternative. (continue reading…)

Leave a Comment :, more...

Archives

  • 2018 (1)
  • 2016 (1)
  • 2015 (7)
  • 2014 (4)
  • 2013 (11)
  • 2012 (27)
  • 2011 (26)
  • 2010 (25)
  • 2009 (68)