1 unstable release

Uses old Rust 2015

0.0.1 Dec 13, 2014


Used in rust-mdbm

51KB
1K SLoC

Building

On OSX, you can build mdbm from scratch. In another directory:

brew install coreutils cppunit readline openssl
git clone https://github.com/yahoo/mdbm
cd mdbm
make

Then move to this directory, and build with:

C_INCLUDE_PATH="$MDBMDIR/include" DYLD_LIBRARY_PATH="$MDBMDIR/src/lib/object" LIBRARY_PATH="$MDBMDIR/src/lib/object" cargo build

No runtime deps