From 887b217aa575a4bb7f3cda61c5310d2945e32baa Mon Sep 17 00:00:00 2001 From: Evan Teran Date: Sun, 30 Jul 2023 22:13:34 -0400 Subject: [PATCH] updating README --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index eaa783f05..cc7d1970f 100644 --- a/README.md +++ b/README.md @@ -33,16 +33,6 @@ Compiling Compiling edb is generally quite simple. The latest release of edb currently depends on the following packages: -Dependency | Version Required -------------------------------------------- | ---------------- -GCC/Clang | Supporting C++14 -[Qt](http://www.qt.io/) | >= 5.2 -[Boost](http://boost.org) (Headers Only) | >= 1.35 -[Capstone](http://www.capstone-engine.org/) | >= 3.0 -[Graphviz](http://www.graphviz.org/) | >= 2.38.0 (Optional) - -The development master branch will be increasing the minimum requirements to: - Dependency | Version Required ------------------------------------------- | ---------------- GCC/Clang | Supporting C++17