leo-arch / clifm

The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell.
https://github.com/leo-arch/clifm/wiki
GNU General Public License v2.0
1.29k stars 41 forks source link

Missing dependencies #267

Closed vladtarko closed 5 months ago

vladtarko commented 5 months ago

Describe the bug The following dependencies are missing: /sys/capability.h, magic.h, and /sys/acl.h.

To fix, the following need to be installed before running the make install:

sudo apt install libcap-dev libmagic-dev libacl1-dev

To Reproduce Steps to reproduce the behavior:

  1. Run sudo make install
  2. See error

Expected behavior The install instructions should mention the need to pre-install the dependencies.

Desktop (please complete the following information):

leo-arch commented 5 months ago

Hi @vladtarko. The install instructions already mention deps as its first step. As to the main README (or front page) a link is included as a note pointing to this very page.

If there's something we can do to improve the documentation, do not hesitate to mention it.

Btw, we also provide a .deb package (via the OpenSUSE Build System) which should take care of automatically install the required dependencies.

vladtarko commented 5 months ago

Thanks, looks like I missed that table earlier!

leo-arch commented 5 months ago

Thank you for trying clifm.