Added installation instructions for db4.6 from MacPorts
Signed-off-by: Matt Bauer <bauer@mmmultiworks.com>
This commit is contained in:
parent
fdc6685372
commit
3d4a54eb05
|
@ -23,12 +23,18 @@ You can check out the latest source from git:
|
||||||
h3. As a Gem
|
h3. As a Gem
|
||||||
|
|
||||||
At the moment this library is not available on Rubyforge. To install it as a
|
At the moment this library is not available on Rubyforge. To install it as a
|
||||||
gem, do the following:
|
gem, do the following (for custom compiled version 4.7):
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
sudo env ARCHFLAGS="-arch i386" gem install mattbauer-bdb --source http://gems.github.com -- --with-db-dir=/usr/local/BerkeleyDB.4.7
|
sudo env ARCHFLAGS="-arch i386" gem install mattbauer-bdb --source http://gems.github.com -- --with-db-dir=/usr/local/BerkeleyDB.4.7
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
For Berkeley DB v4.6 installed from MacPorts do the following:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
sudo env ARCHFLAGS="-arch i386" gem install mattbauer-bdb --source http://gems.github.com -- --with-db-include=/opt/local/include/db46 --with-db-lib=/opt/local/lib/db46
|
||||||
|
</pre>
|
||||||
|
|
||||||
This assumes you're on OS X and BerkeleyDB wasn't compiled as a universal binary.
|
This assumes you're on OS X and BerkeleyDB wasn't compiled as a universal binary.
|
||||||
|
|
||||||
h2. Sample Usage
|
h2. Sample Usage
|
||||||
|
|
Loading…
Reference in a new issue