You will surely have this error :
use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo
I added options=(!debug !lto)
(https://bbs.archlinux.org/viewtopic.php?id=294150)
But it still does not work.
Maybe it's due to openssl = { version = "0.10.71", features = ["vendored"] }
in Cargo.toml ?
If you have any idea how to solve the problem, let me know.
Pinned Comments
AlbDav commented on 2025-05-13 13:07 (UTC) (edited on 2025-05-13 13:07 (UTC) by AlbDav)
You will surely have this error :
I added
options=(!debug !lto)
(https://bbs.archlinux.org/viewtopic.php?id=294150) But it still does not work.Maybe it's due to
openssl = { version = "0.10.71", features = ["vendored"] }
in Cargo.toml ?If you have any idea how to solve the problem, let me know.
AlbDav commented on 2025-05-13 08:21 (UTC)
After the installation:
mkdir -p ~/.config/toutui
cp /usr/share/toutui/config.example.toml ~/.config/toutui/config.toml
Token encryption in the database (NOTE: replace 'secret'):
echo 'TOUTUI_SECRET_KEY=secret' >> ~/.config/toutui/.env