Insta360Develop / CameraSDK-Cpp

CameraSDK-Cpp is a C++ library to control Insta360 cameras.
https://www.insta360.com
115 stars 16 forks source link

How make the .h files globally availables? #27

Open ricardosutana opened 1 year ago

ricardosutana commented 1 year ago

Once I download the SDK, I would like to make them globally available. I mean: Once create a .cpp file, I would like to include the headers an have no troubles with that.

I Tried to put the headers files into /usr/local/include and the .so file into /usr/local/lib

But I keep receive messages that one or more library could not be found.

thankyou

Tianweihaihaihai commented 1 year ago

pls write a cmakelists by yourself