diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-12-28 18:59:45 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-12-29 02:58:35 +0100 |
commit | b070df60106e1f2890119c17b12c9f53c932b587 (patch) | |
tree | da510bc479af728036b3efdad3ff4e120d90d5e3 /README.adoc | |
parent | 3075d47aeb52f6549e957023d353d4c5cb857e54 (diff) | |
download | sdn-b070df60106e1f2890119c17b12c9f53c932b587.tar.gz sdn-b070df60106e1f2890119c17b12c9f53c932b587.tar.xz sdn-b070df60106e1f2890119c17b12c9f53c932b587.zip |
Rewrite sdn-view AWK core in C++
sdn-view is still slower than I'd like it to be,
just no longer ridiculously so.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index a5caae2..8789821 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ or as a https://git.janouch.name/p/nixexprs[Nix derivation]. Building -------- -Build dependencies: CMake and/or make, a C++14 compiler, pkg-config + +Build dependencies: CMake and/or make, a C++17 compiler, pkg-config + Runtime dependencies: ncursesw, libacl (on Linux) // Working around libasciidoc's missing support for escaping it like \++ |