-
Notifications
You must be signed in to change notification settings - Fork 207
Description
Dear All,
thanks for this great project.
Sorry for this my silly question, caused about my lack of expertise, but maybe could help others in my level condition.
Following the README I have been able to compile the project and to run the test with success on my Ubuntu 22.04.
I struggled a bit to understand the AMS Net Id of my Engineering PC Twincat used to test the communication ( I had the default one 169.xxx.xxx.1.1 and I had to changed with the same network card IP address).
Now I would like to integrate the ADS library on my C++ HMI project and I would like to install properly the library and the headers files.
Could you please share some info about how to install the library and compile the library documentation?
I have try sudo ninja -C build install
and I have got back
[0/1] Installing files.
Installing libAdsLib.a to /usr/local/lib/x86_64-linux-gnu
But no one headers has been installed (I was expecting domething like /usr/local/include/x86_64-linux-gnu
)
Obviously I could copy manually where I desired, this was only a request how to do it properly in a clean way.
Thanks in advace for any reply
Ezio