Mac OS X also comes with SQLite; just open up the Terminal app and perform: sqlite3 <dbname>
_Nik On Mar 3, 2009, at 7:50 AM, P Kishor wrote: > On Tue, Mar 3, 2009 at 9:48 AM, Dan M. Wall <[email protected]> > wrote: >> >> I am an experienced Windows user and application developer. I am >> now attempting to actually use a Mac!! God forbid!! > > Welcome to sanity. Don't worry, you will get used to it. > >> >> I have an SQLite database and I'm trying to figure out how to >> install SQLite so I can view it and update it. I downloaded the >> bin files but I'm obviously missing something. > > step 1. Download the source. > step 2. type /.configure followed by make && make install > step 3. there is no step 3. > > >> >> Please forgive my Mac OSX ignorance! Any help you can provide >> would be greatly appreciated! >> >> Dan >> > > > > > -- > Puneet Kishor http://www.punkish.org/ > Nelson Institute for Environmental Studies http://www.nelson.wisc.edu/ > Carbon Model http://carbonmodel.org/ > Open Source Geospatial Foundation http://www.osgeo.org/ > Sent from: Madison WI United States. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

