Skip to content

Commit 6071480

Browse files
committed
Update README.
1 parent 584095a commit 6071480

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
---
1717

18-
gf is a lightweight, modern GDB frontend built with C++23, featuring an intuitive UI and powerful debugging capabilities. Built on the custom [Luigi GUI framework](doc/luigi.md), gf provides a responsive debugging experience for Linux.
18+
gf is a lightweight and full featured GDB frontend for Linux.
1919

2020
## Features
2121

@@ -73,10 +73,9 @@ tar -xzf gf-VERSION-linux-x86_64.tar.gz
7373
#### Prerequisites
7474
- C++23 compiler: `clang++-18` or `g++-13` or higher
7575
- CMake 3.15+
76-
- GDB (15.2+ recommended for best C++ expression evaluation)
76+
- GDB (newer version recommended for best C++ expression evaluation)
7777
- **Linux**: X11, FreeType
78-
- **Windows**: Native Win32
79-
- **MacOS**: XQuartz (X11), (builds, does not support lldb)
78+
- **MacOS**: XQuartz (X11), (builds, requires signed gdb install, does not support lldb)
8079

8180
#### Building
8281

@@ -466,16 +465,6 @@ Anders Kaare (sqaxomonophonen)
466465
Arseniy Khvorov (khvorov45)
467466
```
468467

469-
I (`Gregory Popovitch, @greg7mdp`) found `gf` quite useful, but felt like fixing some issues that bothered me in my daily use. The more I hacked at `gf`, the more I was amazed as what it achieved to implement in so few lines of code, and the more fun I had with this process.
468+
I (`Gregory Popovitch, @greg7mdp`) found `gf` quite useful, but felt like fixing some issues that bothered me in my daily use. The more I hacked at `gf`, the more I was impressed by what it achieved to implement in so few lines of code, and the more fun I had with this process.
470469

471-
Eventually I decided to update the code to a more typical C++ implementation, even at the cost of making a few extra string copies if needed. Still, I attempted to stay as close to the metal as possible, in order to retain gf's impressive responsiveness. This is the code you can see in my current repository.
472-
473-
Thank you for contributing to gf!
474-
475-
## License
476-
477-
Check the repository for license information.
478-
479-
---
480-
481-
**Built with ❤️ using C++23 and the Luigi GUI framework**
470+
Eventually I decided to update the code to a more typical C++ implementation. I attempted to stay as close to the metal as possible, in order to retain gf's responsiveness. This is the code you can see in my current repository.

0 commit comments

Comments
 (0)