From 89dd5186f533c1ce2fa1eb3a55ccddfb66451aa5 Mon Sep 17 00:00:00 2001 From: Armin Friedl Date: Thu, 25 Feb 2021 21:26:59 +0100 Subject: [PATCH] Move `Install` section up --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 82f439b..6a7b197 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,22 @@ archiving binaries (if installed). In contrast `xwim` is a compiled binary based directly on archiving libraries, which some may appreciate. It can optionally be statically linked if you want it entirely self-contained. +# Install +`xwim` currently released for Linux only. There are two flavers: statically +linked and dynamically linked. The releases can be downloaded from +https://git.friedl.net/incubator/xwim/releases and should run on most 64-bit +GNU/Linux distributions. + +For the dynamically linked version, the following dependencies have to be +installed: +- [spdlog](https://github.com/gabime/spdlog) +- [fmt](https://github.com/fmtlib/fmt) +- [libarchive](https://github.com/libarchive/libarchive) + +Windows support is planned for the first stable release. Packaging for various +distributions is also planned once `xwim` stabilizes. Please reach out if you +can help. + # Usage Invoking `xwim` is as simple as: @@ -90,22 +106,6 @@ Take a look `Archiver.hpp` if you want to help and have some time for testing. Most formats can readily be added if they are supported by libarchive. For other formats you have to add an `Archiver` implementation. -# Install -`xwim` currently released for Linux only. There are two flavers: statically -linked and dynamically linked. The releases can be downloaded from -https://git.friedl.net/incubator/xwim/releases and should run on most 64-bit -GNU/Linux distributions. - -For the dynamically linked version, the following dependencies have to be -installed: -- [spdlog](https://github.com/gabime/spdlog) -- [fmt](https://github.com/fmtlib/fmt) -- [libarchive](https://github.com/libarchive/libarchive) - -Windows support is planned for the first stable release. Packaging for various -distributions is also planned once `xwim` stabilizes. Please reach out if you -can help. - # Build xwim is built with [meson](https://mesonbuild.com/). To compile xwim from source you need: