Commit graph

59 commits

Author SHA1 Message Date
inference
569a0a95a2
fix(doc): unify program names 2025-08-11 12:25:05 +00:00
inference
f62f015fef
fix(doc): Program names in README 2025-08-10 12:26:19 +00:00
Ryan Kurtz
b239500645 GP-0: Adding instructions stating to not extract the Ghidra zip on top
of an existing installation
2025-07-29 11:29:32 -04:00
sepalani
bfb61bb116
Fix gradle wrapper name in README.md 2025-06-19 22:26:20 +04:00
Ryan Kurtz
0ee0537e45 GP-5598: Rename InstallationGuide to GettingStarted; put in installation
root dir
2025-04-21 11:58:26 -04:00
Ryan Kurtz
d6cfb2e0b9 GP-5547: Improved Gradle support for building natives on AARCH64 2025-03-31 13:04:36 -04:00
Ryan Kurtz
993b3ba1f6 GP-5236: "gradle prepdev" no longer sets up venv. Use "gradle
prepPyGhidra" instead.
2025-01-05 17:12:28 -05:00
Ryan Kurtz
a1f243ebba GP-0: Some README.md and DevGuide.md updates for PyGhidra and VSCode 2025-01-03 09:03:23 -05:00
xiaoyinl
4856f59fbf
Update supported Python versions in README
Support for Python 3.13 is added in 7c4d91f568, but README.md was not updated.
2024-12-28 21:03:06 +08:00
Ryan Kurtz
3de9f99883 GP-0: Converting InstallationGuide.html to Markdown 2024-10-24 13:26:52 -04:00
Ryan Kurtz
2c4635fa2a GP-4978: Converting GhidraDev README to markdown 2024-10-01 08:31:13 -04:00
Ryan Kurtz
6b9cf67ab3 GP-4842: Upping minimum supported Python version to 3.9 2024-08-14 09:30:38 -04:00
Ryan Kurtz
6c69cee64b Merge remote-tracking branch 'origin/patch' 2024-07-17 11:14:16 -04:00
Ryan Kurtz
30628db2d0 GP-0: No longer instructing users to run the "init" gradle task during
fetchDepdendencies.gradle. It didn't play nice with gradle 8.9.
(Closes #6724)
2024-07-17 10:32:31 -04:00
Ryan Kurtz
78aadd0d8c GP-4486: Adding Gradle wrapper 2024-07-03 08:04:27 -04:00
Ryan Kurtz
966e6fddf3 GP-4122: Switching to JDK 21 2024-06-12 05:59:11 -04:00
ghidra1
546f54f418 GP-4570 revisions to buildPyPackage task 2024-04-30 18:44:00 -04:00
Ryan Kurtz
8e5f272a43 GP-4489: Updating README.md to no longer require python build module 2024-04-30 14:02:00 -04:00
Ryan Kurtz
239234c2e1 GP-4489: Updating README.md to require pip3 2024-04-29 08:53:09 -04:00
Dan
fc17ca970c GP-4489: Add psutil and protobuf to downloads, dist. Build py packages for dist. 2024-04-26 23:34:30 -04:00
Ryan Kurtz
542c9529d1 GP-0: Updating README.md to make it more clear what release file to
download (Closes #5868)
2024-01-03 13:13:49 -05:00
Ryan Kurtz
3b9bec2ce2 GP-0: Updating README 2023-08-04 19:00:32 -04:00
Andrew Strelsky
0de46bc339
removed $ from README 2023-05-02 17:59:23 -04:00
Ryan Kurtz
ed82e48c0b GP-2476: Removing Gradle 8 note from docs 2023-02-22 07:27:36 -05:00
Ryan Kurtz
c198419b7e GP-0: Update docs to indicate Gradle 8 is currently not supported
(#3527)
2023-02-16 06:50:53 -05:00
Ryan Kurtz
d67c3d77d8 Merge remote-tracking branch 'origin/patch' 2022-12-10 02:53:09 -05:00
Ryan Kurtz
1fee517024 GP-2928: Better error handling and documentation for unsupported
versions of visual studio
2022-12-09 03:32:17 -05:00
Ryan Kurtz
1bf953fc2a GP-2786: Backporting Visual Studio Build Tools support to patch 2022-12-09 03:22:14 -05:00
Ryan Kurtz
ea5c2a423f Merge branch 'GP-2786_ryanmkurtz_PR-4647_xiaoyinl_vswhere' 2022-11-09 00:23:59 -05:00
Ryan Kurtz
cddcf3d3e7 GP-2786: A few improvements 2022-11-09 00:21:58 -05:00
Ryan Kurtz
c71d63c10f GP-0: Updating README.md with link to Known Issues section in DevGuide 2022-11-04 04:29:32 -04:00
Xiaoyin Liu
663e9d6d39 Add VC Build Tools to README.md 2022-10-08 06:37:20 -07:00
Ryan Kurtz
52d208e248 GP-677: Simplified DevGuide.md (Closes #4146) 2022-08-23 12:01:20 -04:00
Ryan Kurtz
0b3a92dfe6 GP-2132: Upgrade to Java 17 source and target compatibility 2022-07-21 00:32:21 -04:00
ghidra1
e5080cd9b1 Merge remote-tracking branch 'origin/GP-1659_SwitchWithInject' into
patch
2022-01-14 19:33:45 -05:00
Ryan Kurtz
cb13b3d6c6 GP-1680: Upping minimum Gradle version to 6.8 2022-01-14 03:30:55 -05:00
Ryan Kurtz
e0cb6a78fa GP-0: Updating README.md 2021-12-15 12:35:37 -05:00
Ryan Kurtz
2c73c72f0b GP-0: Updating README.md 2021-12-10 18:29:36 -05:00
Ryan Kurtz
5c0f06ab8d GP-1521: Increasing minimum supported Gradle version from 6.0 to 6.4
(Closes #3650)
2021-11-19 07:53:52 -05:00
Olivier Hériveaux
442a1d5bd1 README.md releases URL fix 2021-11-03 14:09:47 +01:00
Ryan Kurtz
3c07ca2962 GP-1209: Support for building natives from a release. 2021-09-27 08:16:14 -04:00
Ryan Kurtz
5ef6ac96c3 Merge remote-tracking branch
'origin/GP-1106_ryanmkurtz_PR-3197_ryanmkurtz_platforms' (Closes #3197)
2021-08-31 14:02:05 -04:00
Ryan Kurtz
4bfb1d53dd GP-1242: Updating JDK download links 2021-08-24 11:33:38 -04:00
Ryan Kurtz
00533b2869 GP-1106: Platform naming convention now supports different
architectures. Support for building on ARM.
2021-08-17 13:41:47 -04:00
Ryan Kurtz
3a0ae8ee39 GP-849: Gradle 7 support 2021-05-12 13:45:16 -04:00
Ryan Kurtz
158f2906b2 GP-936: README.md and DevGuide.md now state that we support Gradle 5.x
and 6.x (instead of 5.0 and later)
2021-05-11 12:54:19 -04:00
Ryan Kurtz
25cb6345cf GP-915: Fixing gradle instruction in README.md 2021-05-04 08:02:39 -04:00
Ryan Kurtz
7c82d7b7b5 GP-847: Improved README.md 2021-04-08 10:24:43 -04:00
Dan
1c8df7abe2 GT-2738: Adding 'U.S. citizen' qualification to README. 2019-04-04 12:56:49 -04:00
emteere
49c2010b63 Update README.md 2019-04-03 15:53:27 -04:00