mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GP-0: Update DevGuide.md with a new Known Issues section
This commit is contained in:
@@ -76,6 +76,11 @@ prevent specific tasks from running:
|
|||||||
$ gradle buildGhidra -x ip
|
$ 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
|
## Offline Development Environment
|
||||||
Sometimes you may want to move the Ghidra repository to an offline network and do development there.
|
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
|
These are the recommended steps to ensure that you not only move the source repository, but all
|
||||||
|
|||||||
Reference in New Issue
Block a user