EVL

Table of Contents


Products, services and company names referenced in this document may be either trademarks or registered trademarks of their respective owners.

Copyright © 2017–2020 EVL Tool, s.r.o.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.

Linux – RPM

i.e. RedHat, CentOS, Fedora, Oracle Linux.

To install all the libraries:

sudo dnf install -y gcc gcc-c++ zlib-devel libxml2 snappy-devel libicu \
  gettext findutils binutils coreutils procps-ng \
  info man sqlite bash-completion libaio openssl \
  boost-iostreams boost-filesystem boost-regex \
  boost-system boost-program-options

Use yum instead of dnf on older systems.

Then install EVL package itself. Package name might have different name, it depends on the system and/or edition. For example for CentOS version 7 it would be:

sudo dnf install evl-2.5.0-1.el7.x86_64.rpm