Skip to content

Commit

Permalink
Minor changes in rd build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Feb 1, 2023
1 parent 229c0e8 commit 9618bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions doc/Building RenderDoc module.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Edit qrenderdoc/pythonXX.natvis
Copy Python-X.X.X\Include\*.h to qrenderdoc\3rdparty\python\include
Copy python-X.X.X-embed-amd64/python39.zip to qrenderdoc\3rdparty\python
Copy python-X.X.X-embed-amd64/python39.dll and _ctypes.pyd to qrenderdoc\3rdparty\python\x64
Copy python-X.X.X-embed-amd64/pythonXX.zip to qrenderdoc\3rdparty\python
Copy python-X.X.X-embed-amd64/pythonXX.dll and _ctypes.pyd to qrenderdoc\3rdparty\python\x64
In qrenderdoc/qrenderdoc_local.vcxproj replace
<Natvis Include="python36.natvis" />
Expand All @@ -25,6 +25,7 @@ with
pythonXX.lib
(twice)
Copy python310.dll in qrenderdoc\3rdparty\python\x64
Manually run the lines of dll2lib.bat in qrenderdoc\3rdparty\python\x64
Right click on the solution, "Retarget Solution" to your latest
Expand Down
2 changes: 1 addition & 1 deletion doc/dll2lib.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
REM Set the python version and make shure lib.exe is in the path (e.g. run from the developer command prompt)
set PYTHON_VERSION=python39
set PYTHON_VERSION=python310

dumpbin /EXPORTS %PYTHON_VERSION%.dll > %PYTHON_VERSION%.exports

Expand Down

0 comments on commit 9618bbc

Please sign in to comment.