You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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 emscripten
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh; . $HOME/.cargo/env
git clone https://github.com/tutao/tutanota.git
cd tutanota
RELEASETAG=$(curl -s https://api.github.com/repos/tutao/tutanota/releases/latest | jq -r '.tag_name')
git checkout $RELEASETAG
./artifacts/desktop/linux-unpacked
I 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