aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p@janouch.name>2018-11-03 17:04:50 +0100
committerPřemysl Janouch <p@janouch.name>2018-11-03 17:04:50 +0100
commit473aa8788c5e663a25b38b7389e762052180bafe (patch)
tree3e953bc2fe5d5fb504e732fe94c02185fbe78833
parent85ada4dd2ba572a5bb514a82cef4a07e74b301de (diff)
downloadsdn-473aa8788c5e663a25b38b7389e762052180bafe.tar.gz
sdn-473aa8788c5e663a25b38b7389e762052180bafe.tar.xz
sdn-473aa8788c5e663a25b38b7389e762052180bafe.zip
Update README
-rw-r--r--README.adoc5
1 files changed, 4 insertions, 1 deletions
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
----------------