I recently did the same dance and patched things up along the way:
https://github.com/janl/build-couchdb-mac
pulls it all together.
See https://github.com/janl/build-couchdb-mac/blob/master/build.sh for details.
Cheers
Jan
--
On Feb 18, 2013, at 22:08 , Troy Farrell <[email protected]> wrote:
> Hi CouchDB users,
>
> I've build CouchDB with
> https://github.com/cloudnode/build-couchdb
>
> and built the OS X application with
> https://github.com/cloudnode/couchdbx-app
>
> but I'm having a hard time figuring out how to make the application
> distributable. Here's what I mean.
>
> When you build with build-couchdb, you have CouchDB that runs from a
> specific location, with lots of absolute paths in the resulting files.
> When you wrap it up in the OS X application with couchdbx-app, it seems to
> still refer to the same absolute paths. It seems like there should be an
> easy way to make the paths relative and put all the CouchDB-associated
> files in the .app package. What am I missing?
>
> Thanks,
> Troy