Browse Source

Update 'README.md'

master
onryo 2 years ago
parent
commit
8ebd57fc79
  1. 18
      README.md

18
README.md

@ -41,7 +41,7 @@ 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 xinit -y
sudo apt-get install xfce4-panel xfdesktop4 xfwm4 xfce4-settings xfce4-session xfce4-terminal xfce4-appfinder xfce4-power-manager thunar ristretto blackbird-gtk-theme papirus-icon-theme slim xinit firefox-esr fonts-liberation -y
```
(Optional) Install the necessary packages to support auto-mounting of drives.
@ -80,7 +80,7 @@ sudo apt -y remove qt5* libqt5* qtcreator && sudo apt autoremove -y
Download Qt 5.15.2 Source to qt5-sources folder
```
cd /opt && mkdir qt5-sources && cd qt5-sources && mkdir build-shadow
mkdir qt5-sources && cd qt5-sources && mkdir build-shadow
wget https://download.qt.io/official_releases/qt/5.15/5.15.2/single/qt-everywhere-src-5.15.2.tar.xz
```
@ -107,7 +107,7 @@ sudo apt install build-essential libfontconfig1-dev libdbus-1-dev libfreetype6-d
(Optional) Install VC4 Drivers for RPi 4 type devices (i.e. cortex-a53 & cortex-a72)
```
sudo apt install libgles2-mesa-dev libgbm-dev libdrm-dev
sudo apt install libgles2-mesa-dev libgbm-dev libdrm-dev -y
```
Install X11 Support Dependencies
@ -164,12 +164,18 @@ Using Qt version 5.15.2 in /usr/local/Qt-5.15.2/lib
# HushChat
To use HushChat we need to install SilentDragonLite first.
To use HushChat we need to install Rust first.
```
curl --proto '=https' --tlsv1.3 -sSf https://sh.rustup.rs | sh -s -- -y && exit
```
Then SilentDragonLite and HushChat.
```
git clone https://git.hush.is/hush/SilentDragonLite.git
cd SilentDragonLite/
./util/install.sh
../build.sh linguist && ./build.sh
```
![](files/startupGIF_02.png)
@ -179,7 +185,7 @@ cd SilentDragonLite/
Install `tor` and enable it by default.
```
sudo apt install tor torsocks
sudo apt install tor torsocks -y
```
Check if Tor is running, should be `[ ok ] tor is running.`

Loading…
Cancel
Save