Livox-SDK / livox_detection

Livox open source detection algorithm
Apache License 2.0
252 stars 54 forks source link

Installation - no Makefile #9

Closed leeorn closed 3 years ago

leeorn commented 3 years ago

Hello,

Following the installation steps, under the third step, I executed the 'cmake' command (cmake -DCMAKE_BUILD_TYPE=Release ..), but no Makefile was created. Thus, when running make I get the error make: *** No targets specified and no makefile found. Stop.

Anyone encounter a similar issue?

leeorn commented 3 years ago

problem solved by not using a Windows machine (works fine on Ubuntu)