diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:07:37 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:07:37 -0300 |
commit | 41b6cd0cf9e885faf45f0d0a4fa35055495279d7 (patch) | |
tree | 09dd3d3e220b058a9aa6762dfc60411be2ac2046 /README.md | |
parent | 61a81feb3a316ea18b37ba0142fe895e714d10e5 (diff) | |
parent | 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 (diff) |
Update upstream source from tag 'upstream/2.0.5pre'
Update to upstream version '2.0.5pre'
with Debian dir 9973fc57c4c67d50c40723e3e88c9b1c8e78f684
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,6 +1,6 @@ [![Test](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml/badge.svg)](https://github.com/hardinfo2/hardinfo2/actions/workflows/test.yml) [![GitHub release](https://img.shields.io/github/release/hardinfo2/hardinfo2.svg)](https://github.com/hardinfo2/hardinfo2/releases) -[![GitHub release](https://img.shields.io/badge/PreRelease-v2.0.3-blue.svg)](https://github.com/hardinfo2/hardinfo2/releases/tag/release-2.0.3pre) +[![GitHub release](https://img.shields.io/badge/PreRelease-v2.0.5-blue.svg)](https://github.com/hardinfo2/hardinfo2/releases/tag/release-2.0.5pre) HARDINFO2 ========= @@ -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 ------ |