User:Michelle2 Zenovka/cmake-notes

From Second Life Wiki
< User:Michelle2 Zenovka
Revision as of 15:25, 29 July 2008 by Michelle2 Zenovka (talk | contribs) (New page: === Turn on verbose info === develop.py build VERBOSE=1 === Pass custom flags === develop.py configure -DMYVARIABLE:BOOL=TRUE === Mess around with cmakes build arch === cmake uses ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Turn on verbose info

develop.py build VERBOSE=1

Pass custom flags

develop.py configure -DMYVARIABLE:BOOL=TRUE

Mess around with cmakes build arch

cmake uses uname on linux to determine the arch, By replacing /bin/uname with a script that echos what you want. eg "echo "i686" you can fake archs