• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: compiling sqlite
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiling sqlite


  • Subject: Re: compiling sqlite
  • From: "b.bum" <email@hidden>
  • Date: Sat, 31 Jan 2004 13:49:37 -0800

On Jan 31, 2004, at 1:08 PM, Sascha Kuehn wrote:
can i place the static-only copy of the sqlite library into the project folder or have it to be at /usr/local/lib ?
is the 'libsqlite.a' file the only file i need?

Yes. If you want a standalone project, copy libsqlite.a and the corresponding header files into the Xcode project.

I would suggest:

- create a group in Xcode called "SQLite"

- select the group

- select "add files" & add the library

- when Xcode asks, have Xcode copy it into the project directory with a "group relative" reference

- repeat previous two steps for the header file(s)

Also, in the sqlite source directory you can 'make doc' and it'll compile the HTML documentation into the folder 'www' within the source. Handy.

b.bum
_______________________________________________
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.

References: 
 >Re: compiling sqlite (From: Rob Minerick <email@hidden>)
 >Re: compiling sqlite (From: Michael Grant <email@hidden>)
 >Re: compiling sqlite (From: "b.bum" <email@hidden>)
 >Re: compiling sqlite (From: Sascha Kuehn <email@hidden>)

  • Prev by Date: Row dragging ...
  • Next by Date: Re: Dragging
  • Previous by thread: Re: compiling sqlite
  • Next by thread: Finder plugin in Cocoa
  • Index(es):
    • Date
    • Thread