mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-06-18 16:22:47 +02:00
Compare commits
4 Commits
v1.10.12-s
...
v1.10.13-s
Author | SHA1 | Date | |
---|---|---|---|
a8d635c26f | |||
dffc2ad920 | |||
3d5935fc27 | |||
74127c8d7b |
1
Makefile
1
Makefile
@ -67,6 +67,7 @@ web: setup
|
|||||||
echo "$(VERSION)" > element-web/webapp/version
|
echo "$(VERSION)" > element-web/webapp/version
|
||||||
|
|
||||||
desktop-common: web
|
desktop-common: web
|
||||||
|
export SQLCIPHER_STATIC=1
|
||||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||||
$(YARN) --cwd element-desktop run build:native
|
$(YARN) --cwd element-desktop run build:native
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ some dependencies might not be recent enough to build SchildiChat.
|
|||||||
The following are the dependencies required to build SchildiChat Web/Desktop on Debian 11 (bullseye):
|
The following are the dependencies required to build SchildiChat Web/Desktop on Debian 11 (bullseye):
|
||||||
|
|
||||||
```
|
```
|
||||||
# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools
|
# apt install vim curl git make gcc g++ python jq libsqlcipher-dev pkg-config libsecret-1-dev libarchive-tools openssl libssl-dev tcl
|
||||||
|
|
||||||
# curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
# curl -sL https://deb.nodesource.com/setup_14.x | bash -
|
||||||
# apt update
|
# apt update
|
||||||
|
Submodule element-desktop updated: 6ca4d9024f...9a0192067b
Submodule element-web updated: 10daba3217...89ae492812
Submodule matrix-js-sdk updated: a7e6126975...4a5ee08063
Submodule matrix-react-sdk updated: 93096bdad6...255e6180a2
Reference in New Issue
Block a user