Browse Source

Update 'README.md'

master
onryo 3 years ago
parent
commit
dfdfee4bf0
  1. 6
      README.md

6
README.md

@ -42,13 +42,13 @@ sudo dd if=rpi-4-devuan-beowulf-5.10.82-v8-ext4-2021-12-05.img of=/dev/mmcblk1
Once you powered up your device with `devuan` as your username and `toor` as your password we may want to change the password with `passwd`, then we want to [install](https://www.devuan.org/os/documentation/dev1fanboy/en/minimal-xfce-install.html) the desktop environment, [XFCE](https://www.xfce.org/about) in this case.
```
sudo apt-get install xfce4-panel xfdesktop4 xfwm4 xfce4-settings xfce4-session xfce4-terminal xfce4-appfinder xfce4-power-manager thunar ristretto cinnabar-icon-theme slim
sudo apt-get install xfce4-panel xfdesktop4 xfwm4 xfce4-settings xfce4-session xfce4-terminal xfce4-appfinder xfce4-power-manager thunar ristretto cinnabar-icon-theme slim xinit -y
```
(Optional) Install the necessary packages to support auto-mounting of drives.
```
sudo apt-get install thunar-volman gvfs policykit-1
sudo apt-get install thunar-volman gvfs policykit-1 -y
```
Run update-alternatives to set the x-session-manager to xfce4-session.
@ -76,7 +76,7 @@ iface usb0 inet dhcp
Remove & purge all Qt packages
```
sudo apt -y remove qt5* libqt5* qtcreator && sudo autoremove
sudo apt -y remove qt5* libqt5* qtcreator && sudo apt autoremove -y
```
Download Qt 5.15.2 Source to qt5-sources folder

Loading…
Cancel
Save