Skip to content

Instantly share code, notes, and snippets.

@AdamMagaluk
Created January 26, 2014 00:31
Show Gist options
  • Save AdamMagaluk/8626070 to your computer and use it in GitHub Desktop.
Save AdamMagaluk/8626070 to your computer and use it in GitHub Desktop.
Install mdb tools on Mac
brew install glib gettext automake
brew link --force gettext
git clone it://gitorious.org/mdbtools/mainline.git
cd mdbtools
./autogen.sh --enable-sql --disable-gmdb2 --disable-glibtest
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment