Hi Udon,
> 
> But to answer your question. more fully.LabVIEW is cross platform (MAC, 
> Win,VXWorks & Linux). Therefore the API I provide can (and does) work under 
> all 
> those systems (and ,many users have been using it in those OSs for some time) 
> - 
> you just need the SQLite library compiled for the particular OS. MAC comes 
> with 
> it already. I can already compile for Windows and VXWorks, so that just 
> leaves 
> Linux (which I used to download from the SQLite site).
> 

Well, Linuxes do have sqlite bundled, too. One would only have to install it 
using whatever package manager (apt, rpm ...) is provided on the specific linux 
distro. Tell your users they would have to do just this, and everything should 
be good.

As for compiling: not only is installing Linux in a virtual machine and 
compiling there basically a no-brainer; there are a few issues with 
distributing compiled libraries outside the package management, and you having 
not specified the Linux platform (i386, amd64, ...) wouldn't help either.

/eno

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to