Re: [yoshimi-user] is it ready to call it 0.060?

  • From: cal <cal@xxxxxxxxxxxx>
  • To: David Adler <david.jo.adler@xxxxxxxxx>
  • Date: Fri, 15 Oct 2010 06:07:18 +1100

On 15/10/10 03:22, David Adler wrote:

[ ... ]
A screenshot of what? How do I setup ccmake? I didn't find any
configuration files for (c)cmake, It is just installed and worked so

You don't need to, and you shouldn't be modifying CMakeLists.txt.
Instead, cd to the 'src/' directory, then run 'ccmake .'

That will present all the options you might need to tweak for a
build on your specific system. The first two elements you should pay attention
to are probably
BuildForAMD_X86_64 (defaults to ON)
BuildForCore2_X86_64 (defaults to OFF)

Each of those options has corresponding complier flag settings ...
BuildOptions_x86_64AMD
BuildOptions_X86_64Core2

For a 32 bit build, turn off both BuildForAMD_X86_64 and BuildForCore2_X86_64,
and check that the contents of BuildOptionsBasic suit your needs.

Hope that helps. The first item listed by
<http://www.google.com/linux?hl=en&q=ccmake&btnG=Search>
could also help.

cheers.





Other related posts: