Open murmour opened 12 years ago
The problem with Camomile disables one from installing Batteries using Odb. I could easily build and install both of them by hand though (with configure/make/make install).
Actually, I'd recommend using this command: ocaml odb.ml https://github.com/ocaml-batteries-team/batteries-included.git
to install the latest batteries from git. It doesn't depend on camomile. If you don't have git installed (which the previous command needs), I'm sure there's a zip or tarball URL on github that you can point odb to and it'll try its best to do the right thing.
On 10/16/2012 05:34 AM, Edgar Friendly wrote:
Actually, I'd recommend using this command: |ocaml odb.ml https://github.com/ocaml-batteries-team/batteries-included.git| to install the latest batteries from git. It doesn't depend on camomile. If you don't have git installed (which the previous command needs), I'm sure there's a zip or tarball URL on github that you can point odb to and it'll try its best to do the right thing.
Maybe this is the kind of URL you are looking for (line is cut, sorry):
https://github.com/ocaml-batteries-team/batteries-included/tarball/master
Yes, this URL looks right, although I'm not sure if odb will work right with it because it doesn't have an extension. Shouldn't be too hard for someone to fix.
I created a pull request for this.
Steps to reproduce the problem
Problem