c++ how add and use external so-library

I have EUSignCP.so, I set it to /usr/local/lib/euscp/ and add to compiler line -L/usr/local/lib/euscp/, but when I try connect this lib #include "< EUSignCP >" get an error:

<EUSignCP>: No such file or directory

Please, help how correct connect and use external library

Upvotes: 0

Views: 332

Answers (1)

Andrew Stivenson
Andrew Stivenson

Reputation: 60

You need to contact the technical support of the library manufacturer JSC IIT (mailto: [email protected] or [email protected]). The crypto library will be sent to you along with the header files.

Upvotes: 1

Related Questions