tWido / TMC

Thorlabs motor controller for Linux
GNU General Public License v3.0
2 stars 2 forks source link

Installation problems and problems with TBD001 #1

Closed bclmary closed 7 years ago

bclmary commented 7 years ago

Hy,

Here are some issues I encountered during installation on a debian Sid.

What follows may be specific with Thorlabs TBD001 (but I don't think so...):

These are more subjective:

Great job anyway :-D

tWido commented 7 years ago

The 3d line of the Makefile didn't work on my shell, I had to blank the variable

What shell do you use?

The Linker awaits ftd2xx to be copied in system library (at least, in /usr/local/lib/). This is specified in the ReadMe of the driver, but not in your documentation. An alternative could be to set the linker's library path differently.

This is the result of blanking the PATH_PREFIX variable. File ftd2xx.so is linked from unpacked driver directory tree.

What follows may be specific with Thorlabs TBD001 (but I don't think so...):

Yeah. Those are surely bugs. I'll fix them.

These are more subjective

Both sound good. I'll do it

Thanks for feedback. :+1: I will try to spend more time on this project. Feel free to contribute by forking code and creating PR. And of course, filling out issues.

bclmary commented 7 years ago

This is the result of blanking the PATH_PREFIX variable. File ftd2xx.so is linked from unpacked driver directory tree.

Yes ! I figure that out few time after posting. This issue appears because... suspense... I had a folder name with a space in the name !

Feel free to contribute by forking code and creating PR.

I'm new in contributing on codes. I will post something just for the fun of it ;-)

tWido commented 7 years ago

Solved #6