rogersce / cnpy

library to read/write .npy and .npz files in C/C++
MIT License
1.31k stars 300 forks source link

No makefile in the "make" step #69

Open userTogrul opened 3 years ago

userTogrul commented 3 years ago

Hi, I want to install cnpy on windows 10. I followed the installation step, after build step, when I type make there error occurs. I am running the make command in the build folder:

make: *** No targets specified and no makefile found. Stop.

Lala5th commented 3 years ago

Does cmake run properly? It seems that it does not generate the Makefile for some reason. Can you paste the output of cmake /path/to/cnpy?