What is Nostr?
Vegetables /
npub13t4…dd29
2024-02-29 09:58:36
in reply to nevent1q…4sms

Vegetables on Nostr: Maybe this helps ...

Maybe this helps

Note that .deb file you currently get from Github is v0.9 and doesn't display note embedded videos. Compiling yourself Gossip Client (npub189j…3tg8) on Debian based distributions is easy enough though. It also seems to be the preferred way.


1) Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"


2) Install the needed dependencies

sudo apt install build-essential cmake pkg-config libfontconfig1-dev libavutil-dev libavformat-dev libavfilter-dev libavdevice-dev libxext-dev libclang-dev ffmpeg -y


3) Clone the repo

git clone https://github.com/mikedilger/gossip


4) Go compile the app

cd gossip
RUSTFLAGS="-C target-cpu=native --cfg tokio_unstable" cargo build --features=lang-cjk,video-ffmpeg --release
strip ./target/release/gossip


5) Run Gossip's unstable / latest version

./target/release/gossip

Author Public Key
npub13t4twqp5fwmjjf075el9rhrvra2q07rp3mksyhltksfr3e6kjrjqqddd29