LoginSignup
3
3

More than 5 years have passed since last update.

SigilをWindowsでビルドする

Posted at

環境はWindows8.1/VC++2010Express

  1. SigilのソースコードをGitHubから取得
  2. CMakeをインストール
  3. QTをインストール
  4. WindowsSDK8.0をインストール
  5. Sigilのソースコードとは別のディレクトリにCMakeLists.txtをコピー(ここが作業場所になる)
  6. CMakeの設定。
  • Qt5_DIRにC:/Qt/5.2.1/msvc2010_opengl/lib/cmake/Qt5
  • CMAKE_INSTALL_PREFIXにC:/Program Files (x86)/Windows Kits/8.0/Lib/Win8/um/x86

この設定でslnファイルができます。
起動(デバッグ)にはQtのdllが必要になりますので、C:\Qt\5.2.1\msvc2010_opengl\binからコピーしておいてください。

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3