Common Library
C C++ Makefile Objective-C
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
project
src
vs
xcode
.gitignore
Makefile
README.md

README.md

Aerospike common module

Library for commonly used or shared code. Used by Aerospike Server and Aerospike C Client.

Build

Linux and MacOS

$ make clean
$ make

MacOS XCode

  • Double click xcode/aerospike-common.xcworkspace
  • Click Product -> Build

Windows Visual Studio 2015 (or greater)

  • Double click vs/aerospike-common.sln
  • Click Build -> Build Solution