An update to the INSTALL file, in order to avoid a CMake error
ClosedPublic

Authored by asensi on Apr 5 2018, 10:38 PM.

Details

Summary

An update to the INSTALL file, in order to avoid a CMake error. In a detailed manner: the installation of the zlib1g-dev package avoided this CMake error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
ZLIB_LIBRARY
    linked by target "kio_iso" in directory /home/user/krusader/iso

that affected some people (https://stackoverflow.com/a/49072832) for example when building Krusader under Ubuntu 18.04.

Diff Detail

Repository
R167 Krusader
Lint
Lint Skipped
Unit
Unit Tests Skipped
asensi requested review of this revision.Apr 5 2018, 10:38 PM
asensi created this revision.
asensi edited the summary of this revision. (Show Details)
yurchor accepted this revision as: yurchor.Apr 6 2018, 5:02 AM
This revision is now accepted and ready to land.Apr 6 2018, 5:02 AM
nmel accepted this revision.Apr 6 2018, 6:15 AM
asensi edited the summary of this revision. (Show Details)Apr 6 2018, 2:33 PM
martinkostolny accepted this revision.Apr 7 2018, 4:54 PM
martinkostolny added a subscriber: martinkostolny.

Thanks, Toni! :)

This revision was automatically updated to reflect the committed changes.