mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 20:22:33 -06:00
13 lines
283 B
Markdown
13 lines
283 B
Markdown
|
# Nirai's Python
|
||
|
|
||
|
This is a modified Python 2.7.9 source, prepared to be built staticly into Nirai.exe.
|
||
|
|
||
|
### Building
|
||
|
|
||
|
Use the CMake script provided.
|
||
|
|
||
|
Sources:
|
||
|
|
||
|
http://christian.hofstaedtler.name/blog/2013/01/embedding-python-on-win32.html
|
||
|
https://github.com/zeha/python-superstatic
|