Skip to content

Commit f022f72

Browse files
author
Marcus Tomlinson
committed
Added readme_windows.txt for Windows users
1 parent 90295e6 commit f022f72

File tree

4 files changed

+15
-1527
lines changed

4 files changed

+15
-1527
lines changed

readme_windows.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Compiling ECS::Python on Windows:
2+
3+
Firstly, you'll need to ensure that the correct version of Python is
4+
being referenced in the CMakeLists:
5+
6+
1. Open CMakeLists.txt
7+
2. Update the paths under "if(${CMAKE_SYSTEM_NAME} MATCHES "Windows")"
8+
9+
Secondly, the Python distro does not come packaged with the debug library:
10+
"pythonXX_d.lib". So, in order to get ECS:Python to compile in Debug mode:
11+
12+
1. Open: "PythonXX\include\pyconfig.h"
13+
2. Comment out the line "# define Py_DEBUG
14+
"
15+
3. Search and replace "_d.lib" with ".lib"

0 commit comments

Comments
 (0)