Skip to content

Instantly share code, notes, and snippets.

@unnonouno
Created August 27, 2013 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unnonouno/6353602 to your computer and use it in GitHub Desktop.
Save unnonouno/6353602 to your computer and use it in GitHub Desktop.
jeneratorのインストール方法

jeneratorのインストール方法

opamのインストール

opamはOCamlのパッケージ管理ツール。

http://opam.ocamlpro.com/

$ wget http://www.ocamlpro.com/pub/opam_installer.sh
$ sh opam_installer.sh /usr/local/bin
$ eval `opam config env`

必要なパッケージのインストール

omakeとounitが必要。

$ opam install omake
$ opam install ounit

jeneratorのビルド

$ git clone https://github.com/jubatus/jubatus.git
$ cd tools/jenerator
$ omake
$ omake install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment