mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-0: Update DevGuide.md with a new Known Issues section
This commit is contained in:
parent
cee6efb6e5
commit
ec39e06ae5
1 changed files with 5 additions and 0 deletions
|
@ -76,6 +76,11 @@ prevent specific tasks from running:
|
|||
$ gradle buildGhidra -x ip
|
||||
```
|
||||
|
||||
## Known Issues
|
||||
* There is a known issue in Gradle that can prevent it from discovering native toolchains on Linux
|
||||
if a non-English system locale is being used. As a workaround, set the following environment
|
||||
variable prior to running your Gradle task: `LC_MESSAGES=en_US.UTF-8`
|
||||
|
||||
## Offline Development Environment
|
||||
Sometimes you may want to move the Ghidra repository to an offline network and do development there.
|
||||
These are the recommended steps to ensure that you not only move the source repository, but all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue