zurachu / isd_for_linux

Linux, BSD, macOS で P/ECE と通信するコマンドラインツール
5 stars 2 forks source link
piece

isd_for_linux

Linux, BSD, macOS で P/ECE と通信するコマンドラインツール

http://int.main.jp/prog/lin_piece.html (リンク切れ)で公開されていた 「Linux用isd」の改修

setup

autoconf の場合

$ autoreconf -i
$ ./configure && make

CMake の場合

$ mkdir -p build && cd build
$ cmake ../
$ make

usage

$ isd [オプション]