Question about compiling the souce code after modification

Asked by wujian

Hello.

I have met a question like https://answers.launchpad.net/esys-particle/+question/704159.

I have installed the latest version of ESyS-Particle on ubuntu-20.04. I run the "mpirun -np 2 esysparticle ~/src/ESyS-Particle/esys-particle-trunk/Doc/Examples/two_particle.py" and it works. After I modified the source code of the ARotBondedInteraction and RotFricInteraction, I use "make" and it stops as follows:

make: *** 没有指明目标并且找不到 makefile。 停止。

How to fix it?

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
wujian
Solved:
Last query:
Last reply:
Revision history for this message
wujian (wujianaq) said :
#1

I have solved it. It should be in the "build" files to use "make" and "sudo make install"!