Compiling

Asked by Seti

Hi All,

I have downloaded "trunk-2016.06a" on my PC ( in "yade-source-1" folder) and tried to compile it as per below:
cd /home/elaheh/yade-source-1
scons PREFIX=/home/elaheh/YADE-1

However I have faced with below error

scons: *** No SConstruct file found.
File "/usr/lib/scons/SCons/Script/Main.py", line 923, in _main

please note that I have SConstruct in below address
home/elaheh/yade-source-1/trunk-2016.06a

1-
Would you please advise me where is my mistake? and how should I fix it?
2-
Have I downloaded the latest version of YADE?

Thanks,
Seti

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Best Anton Gladky (gladky-anton) said :
#1

Hi Seti,

2016-09-26 14:43 GMT+02:00 Seti <email address hidden>:
> scons PREFIX=/home/elaheh/YADE-1

where have you found such an old way to build yade, which is not actual for
many years?

Use cmake to configure and then make to build yade [1]. Or use packages, if
you do not need to modify the source code.

[1] https://yade-dem.org/doc/installation.html#compilation

Cheers,

Anton

Revision history for this message
Seti (seti) said :
#2

Thanks Anton and Jan,

Revision history for this message
Seti (seti) said :
#3

Thanks Anton Gladky, that solved my question.