以前のリビジョンの文書です
インストール手順
$ cd ~/researches/programs/platform/ $ git clone http://www.roboken.iit.tsukuba.ac.jp/platform/repos/libscip2awd.git $ cd libscip2awd/ $ ./configure $ make $ sudo make install
make時にAutomakeのバージョン関係のエラーが出る場合
autoconfのバージョン関係のエラーが出る場合は、
$ autoreconf -i -f
を行ってから
$ ./configure
を行うと改善される場合がある
