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
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ ro-Control is a native KDE Plasma desktop application built with **C++20** and *
22
22
23
23
## Project Status
24
24
25
-
ro-Control is an active desktop utility for Fedora-first NVIDIA driver workflows.
25
+
ro-Control is an active desktop utility for Fedora-first NVIDIA driver workflows,
26
+
with Fedora KDE Desktop as the primary target environment.
26
27
The current codebase focuses on:
27
28
28
29
- Native Qt/QML desktop UX instead of wrapper scripts
@@ -114,7 +115,7 @@ Additional PNG screenshots should be added before wider store distribution.
114
115
115
116
### RPM Package
116
117
117
-
Download the latest Fedora `.rpm` or the matching release bundle from [Releases](https://github.com/Project-Ro-ASD/ro-Control/releases), then choose the asset that matches your machine architecture (`x86_64` for 64-bit x86 systems or `aarch64` for ARM64 systems):
118
+
Download the latest Fedora `.rpm` or the matching release bundle from [Releases](https://github.com/Project-Ro-ASD/ro-Control/releases), then choose the asset that matches your machine architecture (`i686` for 32-bit x86 systems, `x86_64` for 64-bit x86 systems, or `aarch64` for ARM64 systems):
118
119
119
120
```bash
120
121
sudo dnf install ./ro-control-*.rpm
@@ -130,6 +131,16 @@ Fedora quick bootstrap:
130
131
./scripts/fedora-bootstrap.sh
131
132
```
132
133
134
+
Native Fedora KDE Desktop `i686` build:
135
+
136
+
```bash
137
+
TARGET_ARCH=i686 ./scripts/fedora-bootstrap.sh
138
+
```
139
+
140
+
`i686` builds are supported for compilation, UI, CLI, and monitoring. Fedora
141
+
NVIDIA driver install/update/remove flows remain available only on `x86_64` and
142
+
`aarch64`.
143
+
133
144
For Fedora-specific runtime notes, see [docs/FEDORA.md](docs/FEDORA.md).
Copy file name to clipboardExpand all lines: README.tr.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ ro-Control, **C++20** ve **Qt6/QML** ile geliştirilmiş, Linux üzerinde NVIDIA
22
22
23
23
## Proje Durumu
24
24
25
-
ro-Control, Fedora odaklı NVIDIA sürücü iş akışları için aktif geliştirilen bir masaüstü yardımcı uygulamasıdır.
25
+
ro-Control, Fedora odaklı NVIDIA sürücü iş akışları için aktif geliştirilen bir masaüstü yardımcı uygulamasıdır ve birincil hedef ortam Fedora KDE Desktop'tır.
26
26
Mevcut kod tabanı özellikle şu alanlara odaklanır:
27
27
28
28
- Script sarmalayıcıları yerine yerel Qt/QML masaüstü deneyimi
@@ -101,7 +101,7 @@ Daha geniş mağaza / distro dağıtımı öncesinde PNG ekran görüntüleri ek
101
101
102
102
### RPM Paketi
103
103
104
-
[Releases](https://github.com/Project-Ro-ASD/ro-Control/releases) sayfasından sistem mimarinize uygun en güncel Fedora `.rpm` paketini veya release bundle dosyasını indirin (`x86_64` = 64-bit x86 sistemler, `aarch64` = ARM64 sistemler):
104
+
[Releases](https://github.com/Project-Ro-ASD/ro-Control/releases) sayfasından sistem mimarinize uygun en güncel Fedora `.rpm` paketini veya release bundle dosyasını indirin (`i686` = 32-bit x86 sistemler, `x86_64` = 64-bit x86 sistemler, `aarch64` = ARM64 sistemler):
105
105
106
106
```bash
107
107
sudo dnf install ./ro-control-*.rpm
@@ -117,6 +117,16 @@ Fedora hızlı kurulum:
117
117
./scripts/fedora-bootstrap.sh
118
118
```
119
119
120
+
Fedora KDE Desktop üzerinde native `i686` derleme:
121
+
122
+
```bash
123
+
TARGET_ARCH=i686 ./scripts/fedora-bootstrap.sh
124
+
```
125
+
126
+
`i686` build desteği derleme, arayüz, CLI ve izleme özelliklerini kapsar.
127
+
Fedora NVIDIA sürücü kurulum/güncelleme/kaldırma akışları ise yalnızca
128
+
`x86_64` ve `aarch64` build'lerde etkindir.
129
+
120
130
Fedora çalışma notları için [docs/FEDORA.md](docs/FEDORA.md) dosyasına bakın.
0 commit comments