Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernardogiordano/signal-desktop-pi4
A bash script to compile Signal Desktop for the Raspberry Pi 4 on Ubuntu 21.04.
https://github.com/bernardogiordano/signal-desktop-pi4
signal-desktop
Last synced: 2 days ago
JSON representation
A bash script to compile Signal Desktop for the Raspberry Pi 4 on Ubuntu 21.04.
- Host: GitHub
- URL: https://github.com/bernardogiordano/signal-desktop-pi4
- Owner: BernardoGiordano
- Created: 2021-09-10T19:05:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-10T19:57:51.000Z (about 3 years ago)
- Last Synced: 2023-03-11T17:50:04.408Z (over 1 year ago)
- Topics: signal-desktop
- Language: Shell
- Homepage:
- Size: 9.77 KB
- Stars: 13
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# signal-desktop-pi4
A bash script to compile Signal Desktop for the Raspberry Pi 4 on Ubuntu 21.04.
This solution is based upon this [PKGBUILD](https://gitlab.com/ohfp/pinebookpro-things/-/blob/master/signal-desktop/PKGBUILD) provided by user ohfp on Gitlab. Running this PKGBUILD file using `makedeb` doesn't build Signal Desktop successfully, due to issues with `node-abi` being too outdated for `electron 13.1.8`.
This repository provides all the patches found in the original project, plus a new patch fixing `node-abi` version inside the `yarn.lock` file.
- **Important note 1**: this script also installs `nvm` and `rustup`. If you already have those software installed, please skip installation of those commenting out lines 7, 10, 11 and 14 in the script.
- **Important note 2**: node 14.16.0 must be used. Install with `nvm install 14.16.0` and `nvm use 14.16.0`.
Tested on Ubuntu 21.04.
## Credits
Huge thanks to [@lsfxz (@ohfp on Gitlab)](https://gitlab.com/ohfp/pinebookpro-things/-/blob/master/signal-desktop/PKGBUILD) for providing most of the source code that is available in this repo.