sudo apt install raspbian-nspawn-64
Enable the 64-bit kernel and reboot. Ensure raspbian-nspawn-64 is running with:
ds64-start
| #!/bin/bash | |
| set -e | |
| #compile yad | |
| sudo apt install -y libgspell-1-dev libwebkit2gtk-4.0-dev intltool libgtksourceview-3.0-dev | |
| cd /tmp | |
| rm -rf ./yad | |
| git clone https://github.com/v1cont/yad | |
| cd ./yad | |
| autoreconf -ivf |