Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 835 Bytes

_curses module for Python3.x(win64)

requirements

  • SCons-2.3.x (Python2.7, for build SConstruct)
  • Python3.4.x (for running life.py)
  • VisualStudio 2010 or later (for compile)
  • Cygwin (for make, curl, patch)

how to build

  • make .. build _curses.pyd (for Python3.4 / win64)
  • make life .. run the life game using Python-Curses

life game

notes

  • PDCursesのWIN実装はsetuptermが必ず失敗するのでコメントアウトしてあります。(modify.patch)
  • SConstructのTARGET_ARCH=を消せばx86でも動作するかも(未確認)

externals