← Back to team overview

yade-users team mailing list archive

Re: [Question #152906]: how to run the example in the tutorial

 

Question #152906 on Yade changed:
https://answers.launchpad.net/yade/+question/152906

Emanuele Catalano posted a new comment:
Hi Vincia,
I think that your problem is the version of qt you have installed on your pc. By default yade is compiled as you have qt3 installed, while i guess you have actually qt4 on your pc. 
To solve that you have to modify your scons-profile.. file on your yade/ folder and specify as a feature qt4. Just add this line:

features='qt4'

And then recompile and you will have your 3D view.

You can have a look to all the compilation options by typing scons -h on
the terminal.

Hth Ema

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.