You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I found that running rm -rf ./build && mkdir build && cd build && cmake .. && make && cd ../ did not create Makefile on Windows. And make reported the error "make : *** No targets specified and no makefile found. Stop."
Could you please provide some ideas on installing the library on Windows?
The text was updated successfully, but these errors were encountered:
Hi. I found that running
rm -rf ./build && mkdir build && cd build && cmake .. && make && cd ../
did not createMakefile
on Windows. Andmake
reported the error "make : *** No targets specified and no makefile found. Stop."Could you please provide some ideas on installing the library on Windows?
The text was updated successfully, but these errors were encountered: