From 5892f69df747e409e80865637ef99cb01af562d5 Mon Sep 17 00:00:00 2001 From: Andrew Aladjev Date: Sun, 13 Mar 2022 20:58:22 +0300 Subject: [PATCH] readme cosmetics --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e51b2b..8d9df50 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,24 @@ You can add your own implementation, see api for [dictionary](src/compressor/dic Operating systems: GNU/Linux, OSX, FreeBSD, Windows (Visual Studio, MinGW, Cygwin). -- Runtime dependencies: [GMP](https://gmplib.org) or [TomMath](https://github.com/libtom/libtommath). +- Runtime and compilation dependencies: [GMP](https://gmplib.org) or [TomMath](https://github.com/libtom/libtommath). - Compilation dependencies: [cmake](https://cmake.org), [gcc](https://gcc.gnu.org) or [clang](https://clang.llvm.org) or [msvc](https://docs.microsoft.com/en-us/cpp/c-language/?view=msvc-160), [asciidoc](http://asciidoc.org), [docbook xml 4.5](https://tdg.docbook.org/tdg/4.5/appa.html). - Additional development tools: [yq](https://github.com/kislyuk/yq). +| Popular OS | Runtime dependencies | Compilation dependencies | +|------------|--------------------------|-------------------------------------------------------------| +| Ubuntu | `libgmp10`/`libtommath1` | `libgmp-dev`/`libtommath-dev` | +| | | `cmake`, `gcc`/`clang`, `asciidoc`, `docbook-xml` | +| CentOS | `gmp`/`libtommath` | `gmp-devel`/`libtommath-devel` | +| | | `cmake3`, `gcc`/`clang`, `asciidoc`, `docbook-dtds` | +| ArchLinux | `gmp`/`libtommath` | `gmp`/`libtommath` | +| | | `cmake`, `gcc`/`clang`, `asciidoc`, `docbook-xml` | +| OSX | `gmp`/`libtommath` | `gmp`/`libtommath` | +| | | `cmake`, `gcc`/`llvm`, `asciidoc` | +| Windows | `libtommath` | `msvc`, `windows sdk`, `ucrt`, `libtommath` | +| | | `cmake`, `curl`, `git`, `python`, `asciidoc`, `docbook-xml` | +| | | `xsltproc`, `docbook-bundle`, `zip`, `nsis` | + ## Installation You can download and install prebuilt packages [on releases page](https://github.com/andrew-aladev/lzws/releases).