summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:04:44 -0300
committerLucas de Castro Borges <lucas@gnuabordo.com.br>2024-04-22 19:04:44 -0300
commit92787ae0c9bb15c7841d10654ef7a2e595664d99 (patch)
tree15450b2b4454094fc8571ae4932310a229e7519d /README.md
parent522813da585389c158c6a84e688bc9f53daea38d (diff)
New upstream version 2.0.14preupstream/2.0.14pre
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 9 insertions, 14 deletions
diff --git a/README.md b/README.md
index ed4a42ab..e6bfb8d0 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
HARDINFO2
=========
-Hardinfo2 is based on hardinfo, which have not been released >10 years. Hardinfo2 is the reboot that was needed.
+Hardinfo2 is based on hardinfo, which has not been released >10 years. Hardinfo2 is the reboot that was needed.
Hardinfo2 offers System Information and Benchmark for Linux Systems. It is able to
obtain information from both hardware and basic software. It can benchmark your system and compare
@@ -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,17 @@ 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.
+**ArchLinux/Garuda/Manjaro - AUR Package**
+ - git clone https://aur.archlinux.org/hardinfo2.git (hardinfo2-git.git for unstable master only developers)
+ - cd hardinfo2
+ - makepkg -cis
+ - hardinfo2
Setting up addition tools
---------------------------