gossip/packaging/appimage/README.txt
2023-09-15 14:37:50 +12:00

16 lines
339 B
Plaintext

AppImage:
Do not do this (it is broken):
(cargo-appimage 2.0.1 has a severe bug)
$ cargo install cargo-appimage
Instead do this:
$ git clone https://github.com/mikedilger/cargo-appimage
$ cd cargo-appimage
$ cargo install --path .
Then use it in gossip:
$ cargo appimage --features="lang-cjk,video-ffmpeg"