Skip to content

Commit

Permalink
readme cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Mar 13, 2022
1 parent af162cc commit 5892f69
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 5892f69

Please sign in to comment.