On Sep 18, 2019, at 8:33 AM, Peng Yu <pengyu...@gmail.com> wrote:
> 
> But I don't want to always specify a full path. I am asking where is
> the standard place to put the library file so that I don't have to
> always specify the whole path.

You’re verging into “How do I program my computer?” or even “How do I use my 
computer?” territory here.  Put it in a directory where your OS’s dynamic 
loader will find it.  For macOS:

   
https://developer.apple.com/library/archive/documentation/DeveloperTools/Conceptual/DynamicLibraries/100-Articles/UsingDynamicLibraries.html#//apple_ref/doc/uid/TP40002182-SW10

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to