diff --git a/README.adoc b/README.adoc index 4dfc51d..6533367 100644 --- a/README.adoc +++ b/README.adoc @@ -109,6 +109,8 @@ If `nlohmann-json-dev` can not be found, try `nlohmann-json3-dev`. ===== Install dependencies in openSUSE +Tested on openSUSE Leap 15.3. + [source,shell] -------------------------------------------------------------------------------- sudo zypper install cmake gcc10-c++ rpm-build \ @@ -148,7 +150,10 @@ To install, run `sudo cmake --install build`. To run the tests, run `ctest [TIP] If you are using Debian or Ubuntu, or a distribution that is derived from these, you can run `cpack -G DEB` in the build directory to generate a .deb-file. You -can then install it with `apt install ./epubgrep-*.deb`. +can then install it with `+++apt install ./epubgrep-*.deb+++`. +If you are using a distribution that uses RPM packages, like openSUSE or Fedora, +you can generate a package with `cpack -G RPM` and install it with `+++zypper +install ./epubgrep-*.rpm+++` or `+++dnf install ./epubgrep-*.rpm+++`. .CMake options: * `-DCMAKE_BUILD_TYPE=Debug` for a debug build.