GP-0: Use Windows paths for dbgeng Setup in Help

This commit is contained in:
Dan 2024-05-23 14:43:23 -04:00
parent 2ce5fcc62d
commit 9257a4a3cc

View file

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