Insertion Finder コンパイル・インストール方法 (Cygwin編)

MRKWさんから質問があったので、 「Insertion Finder コンパイル方法 (CentOS 6)」 の続きとして、 Insertion Finder のインストール方法 Cygwin編を書きます。



ダウンロード

ソースコードのダウンロード等は、 「Insertion Finder コンパイル方法 (CentOS 6)」 と同じです。

準備

Cygwinで必要なツール・ライブラリをインストールします。
Cygwinのインストーラで、以下をインストールしてください。

  • gcc-g++
  • libboost-devel

コンパイル

以下のコマンドでコンパイルします。

$ cd insertionfinderをダウンロードしたディレクトリ
$ g++ -std=c++11 -pthread -o insertionfinder src/*.cpp /lib/libboost_regex.dll.a
$ mkdir AlgFiles
$ ./insertionfinder.exe --init

使う

あとは、 「Insertion Finder コンパイル方法 (CentOS 6)」 と同じです。

不明なとこがあったらお問い合わせください。

参考文献

この記事をシェアする:Tweet about this on Twitter
Twitter
Share on Facebook
Facebook
Email this to someone
email