Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 414 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 414 Bytes

Aerospike Common

Library for commonly used or shared code.

Build

aerospike-common currently builds both a static archive and a dynamic shared library.

To only build the static archive:

$ make libaerospike-common.a

To only build the dynamic shared library:

$ make libaerospike-common.so

Alternatively, you can use all target:

$ make all

To clean up:

$ make clean

To run tests:

# make test