MPI-IS / mesh

MPI-IS Mesh Processing Library
Other
643 stars 147 forks source link

make: *** No rule to make target 'all'. Stop. #39

Closed Anth0nyWu closed 3 years ago

Anth0nyWu commented 4 years ago

Do I need to create another virtual environment if i am already in one, like I am in (voca) right now as shown. If not, I got the error make: *** No rule to make target 'all'. Stop. when i run make all. Do i need to clone repository first or I missed something? image

jcpassy commented 4 years ago

Hi @Anth0nyWu, what is in your voca directory? Yes, you should clone the repository and go to the mesh directory:

  1. git clone https://github.com/MPI-IS/mesh.git
  2. cd mesh
  3. make all

The make all command should be executed where the Makefile is.

jcpassy commented 3 years ago

No answer so I assume everything works! :)