aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-17 03:16:39 +0100
committerGitHub <noreply@github.com>2024-02-17 03:16:39 +0100
commitc2214e2950ed778e93a154fc90b6accf91cf75c5 (patch)
tree80d1acf0503cf06de6a603a555df93fdec2894e6
parentfe81268c85363e188737874e64b80c6b0dcf6646 (diff)
DOC README.md - add openSUSE, UX for build, add lspci/lsusb
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6f714a66..dec95cd9 100644
--- a/README.md
+++ b/README.md
@@ -41,8 +41,8 @@ Building and installing
- mkdir build
- cd build
- cmake ..
-- make package (Creates package so you do not polute your distro and it can be updated by distro releases)
-- sudo apt install ./hardinfo2-VERSION-DISTRO-ARCH.deb (Use reinstall instead of install if already inst.)
+- 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 lm-sensors sysbench lsscsi mesa-utils dmidecode udisks2 xdg-utils
- hardinfo2
@@ -56,11 +56,13 @@ Building and installing
- mkdir build
- cd build
- cmake ..
-- make package (Creates package so you do not polute your distro and it can be updated by distro releases)
-- sudo yum install ./hardinfo2-VERSION-DISTRO-ARCH.rpm (Use reinstall instead of install if already inst.)
+- 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 lm_sensors sysbench lsscsi glx-utils dmidecode udisks2 xdg-utils
- 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:
@@ -87,6 +89,7 @@ in daemon mode, using the default port.
Load with `modprobe eeprom` and refresh the module screen.
- **xdg-utils**: xdg_open is used to open your browser for bugs, homepage & links.
- **apcaccess**: apcaccess is used for battery information. (optional)
+- **lspci/lsusb**: is used for bus information - installed by distro. (optional)
License
------