Skip to content
Snippets Groups Projects
Unverified Commit e3dd9621 authored by Wayne Wesley's avatar Wayne Wesley Committed by GitHub
Browse files

Update README

parent 828208d5
No related branches found
No related tags found
No related merge requests found
...@@ -15,9 +15,15 @@ Requirements: ...@@ -15,9 +15,15 @@ Requirements:
Installation: Installation:
qmake PREFIX=<your installation path> - Arch AUR
make https://aur.archlinux.org/packages/qt6ct/
make install (under root)
- Source Code
```
qmake PREFIX=<your installation path>
make
sudo make install
```
Add line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login. Add line 'export QT_QPA_PLATFORMTHEME=qt6ct' to ~/.profile and re-login.
Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with Alternatively, create the file /etc/X11/Xsession.d/100-qt6ct with
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment