From c914d298604ef7ad3934c3c213d3f8822d6646d9 Mon Sep 17 00:00:00 2001 From: Guillaume Buisson <contact@guillaume.dev> Date: ćšć, 20 5æ 2021 13:50:43 +0800 Subject: [PATCH] Several fixes (#120) --- doc/development/Dependencies.md | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/development/Dependencies.md b/doc/development/Dependencies.md index 3fd54e6..1eee28b 100644 --- a/doc/development/Dependencies.md +++ b/doc/development/Dependencies.md @@ -1,16 +1,17 @@ # Dependencies -This page describes the dependencies of open-license-manager and the supported build environments. +This page describes the dependencies of `licensecc` and the supported build environments. Dependencies varies with the environment, if you're building the library for the first time we suggest you download or set up one of the supported environments to be sure not to incur in dependency/compiler errors (you can use virtual machines , docker or lxc/lxd technologies). -The library is composed by two modules: a license generator `lcc` executable, that also works as a project configuration tool, and the open-license-manager C++ library itself `licensecc` (the part you have to integrate in your application). +The library is composed by two modules: a license generator `lcc` executable, that also works as a project configuration tool, and the C++ library itself `licensecc` (the part you have to integrate in your application). -## Open-license-manager library `licensecc` dependencies +## Library `licensecc` dependencies These are the dependencies of the library you have to link to your code. We try to keep them at a minimum. N.B. boost is always optional and it's never linked to your application. | Operating System | Openssl | Zlib | Boost<sup>2</sup> | |--------------------------------|:----------:|:---------------------------:|:-------------------:| +| Ubuntu 20.04 | :heavy_check_mark: v1.1.1f| :question: optional | optional(test) 1.71 | | Ubuntu 18.04 | :heavy_check_mark: v1.1.1| :question: optional | optional(test) 1.65 | | Ubuntu 16.04 | :heavy_check_mark: v1.0.2| :question: req.by openssl | optional(test) | | Centos 7 | :heavy_check_mark: v1.0.2| :question: req.by openssl | otpional(test) 1.53 | @@ -20,7 +21,7 @@ | Windows MinGW | optional<sup>1</sup> | | optional(test) 1.71 | -## License generator executable `lcc` dependencies +## License generator executable `lccgen` dependencies | Operating System | Openssl | Zlib | Boost<sup>3</sup> | |--------------------------------|:------------:|:--------------------------:|:-----------------------:| -- Gitblit v1.9.1