Skip to content

Commit 8199f9e

Browse files
committed
Updated readme with minimum linux kernel version
1 parent 9c47467 commit 8199f9e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)