クラスタリングツール bayon インストール
管理者権限なし。ローカルインストール。sparsehash インストールして動かす方法メモ。
$ git clone https://github.com/sparsehash/sparsehash
$ cd sparsehash
$ ./configure --prefix=/work/oka/lib/sparsehash/
$ make
$ make install
$ git clone https://github.com/fujimizu/bayon
$ cd bayon
$ ./configure --prefix=/work/oka/bin/bayon/ CPPFLAGS="-I/work/oka/lib/sparsehash/include"
$ make CPPFLAGS="-I/work/oka/lib/sparsehash/include" LD_LIBRARY_PATH="/work/oka/lib/sparsehash/lib"
$ make install
以上。