From da1d9741f66adb7d418b9806b75adaf7b0f85a47 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 22 Nov 2023 21:19:22 -0700 Subject: [PATCH] Don't mention C module - it is gone --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 72bbe53..ca7fd6c 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,12 @@ GUIs in a few ways: ## Installing -To get started, install the prerequisites. You'll need a -Python-enabled gdb, PyGObject, and PyGktSourceView. (And maybe more --- if you trip across something, let me know.) You'll need the Python -development package to compile the small C module that is included -here. +To get started, install the prerequisites. This requires GDB 14, +because it uses a new feature there that helps with starting new +Python threads in gdb. + +You'll need a Python-enabled gdb, PyGObject, and PyGktSourceView. +(And maybe more -- if you trip across something, let me know.) On Fedora I think this suffices: