Why Nostr? What is Njump?
2024-02-29 09:54:05

Vegetables on Nostr: Note that .deb file you currently get from Github is v0.9 and doesn't display note ...

Note that .deb file you currently get from Github is v0.9 and doesn't display note embedded videos. Compiling yourself 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