mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-24 23:40:39 +01:00
[v0.99] Update README to include gpufetch reference and x86 support under Android, as reported by #107
This commit is contained in:
18
README.md
18
README.md
@@ -33,6 +33,7 @@
|
|||||||
- [5. Implementation](#5-implementation)
|
- [5. Implementation](#5-implementation)
|
||||||
- [6. Bugs or improvements](#6-bugs-or-improvements)
|
- [6. Bugs or improvements](#6-bugs-or-improvements)
|
||||||
- [7. Acknowledgements](#7-acknowledgements)
|
- [7. Acknowledgements](#7-acknowledgements)
|
||||||
|
- [8. cpufetch for GPUs (gpufetch)](#8-cpufetch-for-gpus-gpufetch)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@@ -43,13 +44,13 @@ cpufetch supports the following architectures:
|
|||||||
- ARM
|
- ARM
|
||||||
- PowerPC
|
- PowerPC
|
||||||
|
|
||||||
| OS | x86_64 / x86 | ARM | PowerPC | Notes |
|
| OS | x86_64 / x86 | ARM | PowerPC | Notes |
|
||||||
|:---------:|:-------------------------:|:-------------------:|:-----------------:|:-----------------:|
|
|:---------:|:------------------:|:------------------:|:------------------:|:-----------------:|
|
||||||
| GNU/Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Best support |
|
| GNU/Linux | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | Best support |
|
||||||
| Windows | :heavy_check_mark: | :x: | :x: | Some information may be missing. <br> Colors will be used if supported |
|
| Windows | :heavy_check_mark: | :x: | :x: | Some information may be missing. <br> Colors will be used if supported |
|
||||||
| Android | :heavy_exclamation_mark: | :heavy_check_mark: | :x: | Some information may be missing. <br> Not tested under x86_64 |
|
| Android | :heavy_check_mark: | :heavy_check_mark: | :x: | Some information may be missing |
|
||||||
| macOS | :heavy_check_mark: | :heavy_check_mark: | :x: | Only the Apple M1 is supported in ARM |
|
| macOS | :heavy_check_mark: | :heavy_check_mark: | :x: | Only the Apple M1 is supported in ARM |
|
||||||
| FreeBSD | :heavy_check_mark: | :x: | :x: | Some information may be missing. |
|
| FreeBSD | :heavy_check_mark: | :x: | :x: | Some information may be missing. |
|
||||||
|
|
||||||
# 2. Installation
|
# 2. Installation
|
||||||
## 2.1 Installing from a package
|
## 2.1 Installing from a package
|
||||||
@@ -119,3 +120,6 @@ Thanks to the fellow contributors and interested people in the project. Special
|
|||||||
- [Kyngo](https://github.com/Kyngo): Tested cpufetch in the Apple M1 CPU.
|
- [Kyngo](https://github.com/Kyngo): Tested cpufetch in the Apple M1 CPU.
|
||||||
- [avollmerhaus](https://github.com/avollmerhaus): Gave me ssh acess to a PowerPC machine, allowing me to develop the PowerPC port.
|
- [avollmerhaus](https://github.com/avollmerhaus): Gave me ssh acess to a PowerPC machine, allowing me to develop the PowerPC port.
|
||||||
- [bbonev](https://github.com/bbonev), [stephan-cr](https://github.com/stephan-cr): Reviewed the source code.
|
- [bbonev](https://github.com/bbonev), [stephan-cr](https://github.com/stephan-cr): Reviewed the source code.
|
||||||
|
|
||||||
|
# 8. cpufetch for GPUs (gpufetch)
|
||||||
|
See [gpufetch](https://github.com/Dr-Noob/gpufetch) project!
|
||||||
|
|||||||
Reference in New Issue
Block a user