Replies: 1 comment 5 replies
-
The user will have to install the library on their system, but I think you can compile statically to include the lib in your binary. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys I have a doubt which keeps popping back in my mind.
I know there is the need to set the LIB env var to a folder of the Npcap SDK in order to build.
But I'm wondering if this process is also needed to just execute.
If I build an application using pcap, and later share it for someone else to run, who receives the app needs to set the LIB variable as well?
I have tried removing LIB after a build and the software keeps running, so I guess it's not needed.
But still I'm not sure, because some people are reporting problems under some circustances (and I cannot understand if it could be related to the LIB var or if it has nothing to do).
Could you kindly explain how is the SDK used? Is it used only during the build process?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions