From 473aa8788c5e663a25b38b7389e762052180bafe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 3 Nov 2018 17:04:50 +0100 Subject: [PATCH] Update README --- README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c6eb9f1..080fba7 100644 --- a/README.adoc +++ b/README.adoc @@ -21,6 +21,9 @@ Building Build dependencies: CMake and/or make, a C++14 compiler, pkg-config + Runtime dependencies: ncursesw, libacl +Unfortunately most LLVM libc++ versions have a bug that crashes 'sdn' on start. +Use GNU libstdc++ if you're affected. + $ git clone https://github.com/pjanouch/sdn.git $ mkdir sdn/build $ cd sdn/build @@ -92,7 +95,7 @@ cwd bold input .... Filename colors are taken from the `LS_COLORS` environment variable. -Run 'dircolors' to get some defaults. +Run `dircolors` to get some defaults. Similar software ----------------