Replies: 3 comments
-
|
Thanks for this! |
Beta Was this translation helpful? Give feedback.
-
|
I had to change the curl command because the one above sometimes mistakes it for the wrong release if a non-desktop release was released sooner than the desktop version: |
Beta Was this translation helpful? Give feedback.
-
|
Here are some scripts I use to build and package Tutanota: https://github.com/abalfoort/tutanota-build |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had some trouble building Tutanota on Debian. The steps described in Building.md are incomplete and need some extra specifications.
sudo apt install linux-headers-$(uname -r) build-essential cmake git emscriptencurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh; . $HOME/.cargo/envgit clone https://github.com/tutao/tutanota.gitcd tutanotaRELEASETAG=$(curl -s https://api.github.com/repos/tutao/tutanota/releases/latest | jq -r '.tag_name')git checkout $RELEASETAG./artifacts/desktop/linux-unpackedI hope these changes get into the Building.md file or that somebody might benefit from this.
Beta Was this translation helpful? Give feedback.
All reactions