Skip to content

Instantly share code, notes, and snippets.

@xnumad
Last active August 6, 2024 07:20
Show Gist options
  • Save xnumad/0ade702a9287fb32518415bb59bb0c74 to your computer and use it in GitHub Desktop.
Save xnumad/0ade702a9287fb32518415bb59bb0c74 to your computer and use it in GitHub Desktop.
Build RQuickShare on NixOS

nix-shell -p cargo pkg-config dbus.dev protobuf nodejs_22 pnpm rustc glib.dev gtk3.dev webkitgtk_4_1.dev (the .dev things are for pkg-config .pc files. found with nix-locate)

additionally a lot of dynamic libraries (nix-ld)

https://github.com/Martichou/rquickshare/blob/master/BUILD.md :

cd core_lib/
cargo build

cd ../app/main
pnpm install
pnpm dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment