2020-10-10 09:38:30 +02:00
2020-09-02 11:43:33 +02:00
2020-10-10 09:38:30 +02:00
2020-10-10 09:38:30 +02:00
2020-10-10 09:38:30 +02:00
2020-10-10 09:38:30 +02:00
2020-09-01 17:41:38 +02:00
2020-08-31 15:50:26 +02:00
2020-09-14 09:53:52 +02:00
2020-10-10 09:38:16 +02:00
2020-09-08 19:24:39 +02:00
2020-09-14 10:08:07 +02:00

SchildiChat-Desktop

Wrapper project for element-desktop, element-web, matrix-react-sdk and matrix-js-sdk, in order to build SchildiChat-Desktop.

Debian compilation dependencies

# apt install vim curl git make gcc g++ libsqlcipher-dev pkg-config libsecret-1-dev bsdtar
# curl -sL https://deb.nodesource.com/setup_14.x | bash -
# apt update
# apt install nodejs

# curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
# echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
# apt update
# apt install yarn

$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ echo 'export PATH="$PATH:$HOME/.cargo/bin"' >> .bashrc
$ source .bashrc

Initial setup

git clone --recurse-submodules https://github.com/SpiritCroc/schildichat-desktop.git
cd schildichat-desktop
./setup.sh

Build

make

Install

Installable packages should appear in element-desktop/dist/.

Description
Matrix client / Element Web/Desktop fork
Readme Apache-2.0 4.3 MiB
Languages
Shell 67.2%
Makefile 16.7%
CSS 11.5%
JavaScript 2.4%
Nix 2.2%