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
-
I got psst working in FreeBsd and this how I did it.
From terminal, install the following packages: rust cargo cairo llvm
then run "cargo install cargo-bundle"
git clone https://github.com/jpochyla/psst.git
cd psst
cargo build -v
After it finishes building, you run it with this command:
cargo run --bin psst-gui
Beta Was this translation helpful? Give feedback.
All reactions