Update README
This commit is contained in:
parent
85ada4dd2b
commit
473aa8788c
|
@ -21,6 +21,9 @@ Building
|
||||||
Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
|
Build dependencies: CMake and/or make, a C++14 compiler, pkg-config +
|
||||||
Runtime dependencies: ncursesw, libacl
|
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
|
$ git clone https://github.com/pjanouch/sdn.git
|
||||||
$ mkdir sdn/build
|
$ mkdir sdn/build
|
||||||
$ cd sdn/build
|
$ cd sdn/build
|
||||||
|
@ -92,7 +95,7 @@ cwd bold
|
||||||
input
|
input
|
||||||
....
|
....
|
||||||
Filename colors are taken from the `LS_COLORS` environment variable.
|
Filename colors are taken from the `LS_COLORS` environment variable.
|
||||||
Run 'dircolors' to get some defaults.
|
Run `dircolors` to get some defaults.
|
||||||
|
|
||||||
Similar software
|
Similar software
|
||||||
----------------
|
----------------
|
||||||
|
|
Loading…
Reference in New Issue