aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-03-05 21:34:36 +0100
committerGitHub <noreply@github.com>2024-03-05 21:34:36 +0100
commit7ad2ff9d0a72c550aa9eb45ec5d57aeab22d438c (patch)
treeed75dde72740bba2fb90d50050fdd184f86a318f
parent5d65c5604be73dd4c51afc6e0392d368197efec8 (diff)
DOC Update reflecting hardinfo2 package name, distro build removed
-rw-r--r--README.md16
1 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index ed4a42ab..f218f166 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Server code can be found here: [https://github.com/hardinfo2/server](https://git
Dependencies
------------
-- GTK3 >=3.00 or GTK2+ >=2.20 - Prefer **GTK3** (GTK2+: cmake -DHARDINFO2_GTK3=0 ..)
+- GTK3 >=3.00 or GTK2+ >=2.20 - (GTK2+ DEPRECATED: cmake -DHARDINFO2_GTK3=0 ..)
- GLib >=2.24
- Zlib
- glib JSON
@@ -42,7 +42,7 @@ Building and installing
- cd build
- cmake ..
- make package -j (Creates package so you do not polute your distro and it can be updated by distro releases)
-- sudo apt install ./hardinfo_* (Use reinstall instead of install if already inst.)
+- sudo apt install ./hardinfo2_* (Use reinstall instead of install if already inst.)
- sudo apt install lm-sensors sysbench lsscsi mesa-utils dmidecode udisks2 xdg-utils iperf3
- hardinfo2
@@ -57,22 +57,12 @@ Building and installing
- cd build
- cmake ..
- make package -j (Creates package so you do not polute your distro and it can be updated by distro releases)
-- sudo yum install ./hardinfo-* (Use reinstall instead of install if already inst.)
+- sudo yum install ./hardinfo2-* (Use reinstall instead of install if already inst.)
- sudo yum install lm_sensors sysbench lsscsi glx-utils dmidecode udisks2 xdg-utils iperf3
- hardinfo2
**openSUSE**: use zypper instead of yum, use libsoup2-devel instead of libsoup-devel
-Distro building
----------------
-For distribution in the different distros - please use the cmake build system with CPack:
-- cmake -DDISTRO=1.el8 -DMAINTAINER="name \<email\>" .. (rpm style)
-- cmake -DDISTRO=1 -DMAINTAINER="name \<email\>" .. (deb style)
-- make package
-- make package_source
-
-Please add/change CMakeLists.txt for your distro, so we have an easy to use package for all distributions.
-
Setting up addition tools
---------------------------