Merge remote-tracking branch 'origin/GP-0_Dan_useWindowsPathsForDbgengHelp' into Ghidra_11.1

This commit is contained in:
Ryan Kurtz 2024-05-24 06:13:58 -04:00
commit b4f6f59207

View File

@ -674,9 +674,9 @@ python3 -m pip install pybag protobuf==3.20.3
<UL style="list-style-type: none">
<LI>
<PRE>
cd /path/to/ghidra_<EM>
version</EM>/Ghidra/Debug
python3 -m pip install --no-index -f Debugger-rmi-trace/pypkg/dist -f Debugger-agent-dbgeng/pypkg/dist pybag protobuf
cd C:\path\to\ghidra_<EM>
version</EM>\Ghidra\Debug
python3 -m pip install --no-index -f Debugger-rmi-trace\pypkg\dist -f Debugger-agent-dbgeng\pypkg\dist pybag protobuf
</PRE>
</LI>
</UL>