YDLIDAR / sdk

ydlidar sdk
Other
7 stars 4 forks source link

Ubuntu installation intructions not working #18

Open tbergkvist opened 2 years ago

tbergkvist commented 2 years ago

There is no build folder.

toxicbloud commented 2 years ago

you must create one , it is not present on git because they are no files in there before compilation

SerdarAbali commented 2 years ago

you must create one , it is not present on git because they are no files in there before compilation

that does not work either.

step by step

git clone https://github.com/YDLIDAR/sdk.git cd sdk mkdir build && cd build cmake .. make

everything is fine until here. And then when I hit: sudo make install

outcome is: make: *** No rule to make target 'install'. Stop.