hairu / freelss

FreeLSS is a laser scanning program for the Raspberry Pi. It allows a Raspberry Pi to function as the core to a complete turn table laser scanning system.
GNU General Public License v3.0
279 stars 133 forks source link

Readme.md missing steps and library path #3

Closed VikOlliver closed 9 years ago

VikOlliver commented 9 years ago

I'd suggest that the Readme.md file contains a "cd" at the start of each block of instructions or the naive user may end up at the bottom of a deep directory tree!

Also, as followed, the user will end up with:

./freelss: error while loading shared libraries: libraspicam.so.0.1: cannot open shared object file: No such file or directory

I think the user needs to type "sudo ldconfig" after installing the camera libraries.

hairu commented 9 years ago

Done.