slackbuilds_ponce/libraries/eris
Matteo Bernardini ed44e72fb2
libraries/eris: Use the C++14 standard.
gcc >= 11.x defaults to -std=gnu++17 and it breaks the build
in this case

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-30 06:55:49 +07:00
..
eris.info
eris.SlackBuild libraries/eris: Use the C++14 standard. 2021-08-30 06:55:49 +07:00
README
slack-desc

Eris is designed to simplify client development (and avoid duplicating effort)
by providing a common framework to deal with server communications. Notably,
Eris encapsulates most of the work in getting Atlas entities available on your
client, logging into a server, and managing updates from the server.