Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/GP-0_Dan_useWindowsPathsForDbgen…
Browse files Browse the repository at this point in the history
…gHelp' into Ghidra_11.1
  • Loading branch information
ryanmkurtz committed May 24, 2024
2 parents 2ce5fcc + 9257a4a commit b4f6f59
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,9 +674,9 @@ <H4><A name="dbg_setup"></A>Setup</H4>
<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>
Expand Down

0 comments on commit b4f6f59

Please sign in to comment.