備忘録

備忘録

botanをWindowsでビルドする方法

Ⅰ. はじめに

タイトルの通り「botanをWindowsでビルドする方法」です。

Ⅱ. 環境(必要なもの)

Visual Studio 2017 Community (C++)
Python 2.6以降

Ⅲ. やり方

1. リポジトリを clone する
git clone https://github.com/randombit/botan
2. 「VS 2017用x86_x64 Cross Tools コマンドプロンプト」を起動する


3. 以下のコマンドを実行
cd c:\botan
python configure.py --cc=msvc --os=windows
nmake
4. 実行結果

f:id:kagasu:20181129161428p:plain