python:wxpython

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン両方とも次のリビジョン
python:wxpython [2020/02/03 08:36] – [ビルドする場合] ともやんpython:wxpython [2020/02/03 12:48] ともやん
行 24: 行 24:
 > cd wxWidgets > cd wxWidgets
 > git submodule update --init > git submodule update --init
 +</code>
 +**v3.0.2** タグをチェックアウトする。\\
 +<code>
 +> cd wxWidgets
 +> git checkout -f v3.0.2
 </code> </code>
  
行 29: 行 34:
 <code> <code>
 > git clone https://github.com/wxWidgets/wxPython-Classic.git > git clone https://github.com/wxWidgets/wxPython-Classic.git
 +</code>
 +**wxPy-3.0.2.0** タグをチェックアウトする。\\
 +<code>
 +> cd wxPython-Classic
 +> git checkout -f wxPy-3.0.2.0
 </code> </code>
  
行 50: 行 60:
 > python build-wxpython.py > python build-wxpython.py
 </code> </code>
 +
 ==== error: Microsoft Visual C++ 9.0 is required. が発生する場合 ==== ==== error: Microsoft Visual C++ 9.0 is required. が発生する場合 ====
 以下のエラーが発生する場合\\ 以下のエラーが発生する場合\\
  • python/wxpython.txt
  • 最終更新: 2021/06/12 12:32
  • by ともやん