Igor,

Two comments:

- Why Homebrew? Because it's an invaluable tool for keeping up with the latest 
release of not just SQLite but every installed package of interest.

- I think you missed the point. Niall is referring to the SQLite3 executable, 
not just the C source file. The excutable is needed to use SQLite from the 
command line.

Craig

--
Craig H Maynard
Rhode Island, USA


> On Sat, 13 Jan 2018, Igor Korot <ikoro...@gmail.com> wrote:
> 
> Why? Just include sqlite3.c in your project and recompile.
> 
> 
> On Sat, Jan 13, 2018 at 6:32 AM, Niall O'Reilly <niall.orei...@ucd.ie> wrote:
> 
>> It may be more convenient to use the [Homebrew package 
>> manager](https://brew.sh/), which tracks SQLite pretty closely.  In order to 
>> avoid interfering with the Apple-supplied installation, Homebrew 
>> deliberately neglects to link the executable to _/usr/local/bin_, so some 
>> care is needed when invoking SQLite in order to run the intended version.



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

Reply via email to