Re: compiling sqlite
Re: compiling sqlite
- Subject: Re: compiling sqlite
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 31 Jan 2004 04:39:39 -0800
On Jan 31, 2004, at 4:14 AM, Steffi Krause wrote:
i am trying to compile sqlite to use it in an application but i
already fail
at the very start. can someone
please explain the process in more detail for me? how do i compile
sqlite,
1. Download the latest tar-ball distribution & unpack it.
2. Launch Terminal.
3. CD to wherever the sqlite folder was unpacked.
4. ./configure
5. make
6. sudo make install
how do i link/embed it into my
application and how do i access it from there?
SQLite is public domain software, so assuming you were able to get it
to build, you can simply (and legally!) link the static library into
your application. The static library is located at
/usr/local/lib/libsqlite.a
Nick Zitzmann
<
http://seiryu.home.comcast.net/>
<
http://www.freshlysqueezedsoftware.com/>
S/MIME signature available upon request
UNIX: Where /sbin/init is Job #1.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.