Compare commits

..

No commits in common. "473aa8788c5e663a25b38b7389e762052180bafe" and "e6ed7da3959d67267d349ec1602f636ce76ad9f7" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -21,9 +21,6 @@ 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
@ -95,7 +92,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
----------------

View File

@ -30,7 +30,6 @@
#include <fstream>
#include <map>
#include <tuple>
#include <memory>
#include <unistd.h>
#include <dirent.h>