From b47297453e1143e035c7a204532414641cb32a55 Mon Sep 17 00:00:00 2001 From: Tomasz Golinski Date: Tue, 20 Apr 2021 16:41:56 +0200 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96c93c6..daa2df8 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Produce a HTML list of caches given their OC codes. To compile it requires: -* C++ compliler supporting C++17 and a minor subset of C++20 (e.g. GCC-9 or Clang-8). +* C++ compliler supporting C++17 and a minor subset of C++20 (gcc >=9 or clang =>8 should be enough). * meson (at least 0.47.0) + ninja build system * libcurl: https://curl.haxx.se/libcurl/ * JSON for Modern C++: https://github.com/nlohmann/json @@ -84,7 +84,16 @@ To compile it requires: * ImageMagick or GraphicsMagick Magick++ library To build the project copy `config_user_example.h` to `config_user.h` and fill it out (at least API key is needed). Then -run `meson build; cd build; ninja`. You might need to set `CXX` variable to point to a correct compiler. +run + +``` +meson build +cd build +ninja +ninja install +``` + +You might need to set `CXX` variable to point to a correct compiler. # Credits