Go to file
2020-09-14 10:08:26 +02:00
configs Allow specifying config 2020-09-02 11:43:33 +02:00
element-desktop@db9617521b Update compile targets 2020-09-01 17:41:38 +02:00
element-web@5d7c8b174d Initial commit 2020-08-31 15:50:26 +02:00
matrix-js-sdk@0753b2fceb Initial commit 2020-08-31 15:50:26 +02:00
matrix-react-sdk@ba7d80a529 Update compile targets 2020-09-01 17:41:38 +02:00
.gitignore Update compile targets 2020-09-01 17:41:38 +02:00
.gitmodules Initial commit 2020-08-31 15:50:26 +02:00
alternative_package.sh Add alternative_package.sh 2020-09-04 15:28:19 +02:00
Makefile Add clean target 2020-09-14 10:08:26 +02:00
merge_helpers.sh Add merge_helpers.sh 2020-09-14 09:53:52 +02:00
README.md Add Debian compilation dependencies 2020-09-08 19:24:39 +02:00
setup.sh setup.sh: linking these not required? 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/.