Skip to content

Commit

Permalink
Updated readme with minimum linux kernel version
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeDP committed Feb 3, 2016
1 parent 9c47467 commit 8199f9e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ It can be built with a very small set of dependencies, as i tried to make as man
## Features:

**Press 'l' while in program to view a detailed helper message**

* Every feature you would expect by a basic FM.
* Terminal window resize support.
* 2 tabs support. Their content is kept in sync. Jump between tabs with arrow keys (left/right).
Expand Down Expand Up @@ -73,15 +72,14 @@ Log file is located at "$HOME/.ncursesfm.log". It is overwritten each time ncurs
* 3 : log disabled.

## Build requirements

* linux>=3.4 -> pipe2() O_DIRECT flag. See: http://man7.org/linux/man-pages/man2/pipe.2.html
* ncurses -> UI
* libarchive -> archiving/extracting support
* pkg-config -> to manage libraries link in makefile
* glibc -> to set locale, for inotify, and for mntent functions (useful only if compiled with libudev too)
* git -> to clone repo

## Optional compile time dependencies

* libcups -> print support.
* libconfig -> config file parsing.
* libx11 -> check whether ncursesFM is started in a X environment or not, and xdg-open support.
Expand Down

0 comments on commit 8199f9e

Please sign in to comment.