Created
January 26, 2014 00:31
-
-
Save AdamMagaluk/8626070 to your computer and use it in GitHub Desktop.
Install mdb tools on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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