Page 1 of 1

Control Line utility ubuntu

Posted: Wed Mar 21, 2018 2:36 pm
by antonimaco
Hi,

I have tried to compile the control line utility in a ubuntu pc. Unfortunately, I cannot get this compiled.

- First, I have executed the script SetEnv ( "source SetEnv" on a terminal).
- After this, when I tried to make the file "Makefile.Linux64" I have got problems with the library "readline" (It was not recognize by the system as it was not installed in the system). To solve this, I have installed the library readline (sudo apt-get install libreadline6 libreadline6-dev).
- Now, the problem I obtain is:

Image


Am I doing something wrong?? I have executed the makefile and used the line utility in mac osx successfully.

Thanks in advance.

Antonio

Re: Control Line utility ubuntu

Posted: Thu Mar 22, 2018 10:24 am
by antonimaco
Hi,
I didn't have installed in my pc the library "libusb". Therefore, I installed (sudo apt-get install libusb-1.0-0-dev) and everything seems to work fine.

Antonio