You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For building from source, only requires **C++20** but it's possible to compile with C++17 too (may not be always supported)
47
43
48
-
# Depends
49
-
Customfetch only requires the standard C++ library from `gcc-libs`, which should come already pre-installed in almost all distros. Other than that, customfetch requires **no mandatory** dependencies.\
50
-
Currently requires **C++20**, but it's possible to compile with C++17 too (may not be always supported)\
44
+
Here I'll list some packages to install for the GTK3 app or for making customfetch faster.
51
45
The names of the packages can vary depending on the package manager or distro.
52
46
53
47
If you want to install the GUI app install from your package manager:
@@ -65,8 +59,7 @@ optional dependencies that will make customfetch faster.
65
59
Download the latest `.deb` package in [releases](https://github.com/Toni500github/customfetch/releases/latest)
66
60
67
61
## Android widget
68
-
Download the latest `.apk` file in the [releases](https://github.com/Toni500github/customfetch/releases/latest)\
69
-
AFAIK The google play protect doesn't detect any malware. If your antivirus does, please open an [issue here](https://github.com/Toni500github/customfetch/issues)
62
+
Moved to the new repo: https://github.com/Toni500github/customfetch-android-app
70
63
71
64
## Arch and based (AUR)
72
65
```bash
@@ -99,18 +92,6 @@ yay -S customfetch-git
99
92
yay -S customfetch-gui-git
100
93
```
101
94
102
-
## Android widget app (unstable)
103
-
Download the latest apk build from the [GitHub actions](https://github.com/Toni500github/customfetch/actions/workflows/makefile.yml) artifacts\
104
-
If you can't download or you are not logged in GitHub, use this link: https://nightly.link/Toni500github/customfetch/workflows/makefile/main/customfetch-android-app.zip
0 commit comments