Skip to content

A simple static iOS framework of Tokyo Cabinet

License

Notifications You must be signed in to change notification settings

childhood/TokyoCabinetKit

Repository files navigation

TokyoCabinetFramework

TokyoCabinetFramework is a simple static iOS framework of Tokyo Cabinet. It supports only C-API and there is no Objective-C support.

Tokyo Cabinet

License

TokyoCabinetFramework is provided under the LGPL.

Tokyo Cabinet is included under 'Headers' and 'Sources' directory. It is provided under the LGPL.

How to use

  1. Open TokyoCabinet.xcodeproj with Xcode.
  2. Select the target 'TokyoCabinet.framework' and build it.
  3. Copy build/Release-framework/TokyoCabinet.framework to your project directory.
  4. Add the TokyoCabinet.framework to your Xcode project.

You need to add 'TokyoCabinet/' prefix to import paths. For example, you need to import <TokyoCabinet/tctdb.h> instead of <tctdb.h>.

TokyoCabinetFramework contains simple tests with GHUnit. You can run them by selecting target 'Tests'.

About

A simple static iOS framework of Tokyo Cabinet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published