File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ It can be built with a very small set of dependencies, as i tried to make as man
1313## Features:
1414
1515** Press 'l' while in program to view a detailed helper message**
16-
1716* Every feature you would expect by a basic FM.
1817* Terminal window resize support.
1918* 2 tabs support. Their content is kept in sync. Jump between tabs with arrow keys (left/right).
@@ -73,15 +72,14 @@ Log file is located at "$HOME/.ncursesfm.log". It is overwritten each time ncurs
7372* 3 : log disabled.
7473
7574## Build requirements
76-
75+ * linux>=3.4 -> pipe2() O_DIRECT flag. See: http://man7.org/linux/man-pages/man2/pipe.2.html
7776* ncurses -> UI
7877* libarchive -> archiving/extracting support
7978* pkg-config -> to manage libraries link in makefile
8079* glibc -> to set locale, for inotify, and for mntent functions (useful only if compiled with libudev too)
8180* git -> to clone repo
8281
8382## Optional compile time dependencies
84-
8583* libcups -> print support.
8684* libconfig -> config file parsing.
8785* libx11 -> check whether ncursesFM is started in a X environment or not, and xdg-open support.
You can’t perform that action at this time.
0 commit comments