linux-packaging-rs / flatpak-ext

Run flatpaks without installing them, and more!
https://linux-packaging-rs.github.io/flatpak-ext/
MIT License
18 stars 1 forks source link

Document how to build and install this #10

Open probonopd opened 1 month ago

probonopd commented 1 month ago

Document how to build and install this for non-Rust regulars. Tested on Debian GNU/Linux 12 (bookworm).

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
. "$HOME/.cargo/env" 
git clone https://github.com/linux-packaging-rs/flatpak-ext-tools
cd flatpak-ext-tools

sudo apt-get -y install libssl-dev libflatpak-dev

cargo build

# target/debug/flatpak-ext
probonopd commented 1 month ago

And then?

target/debug/flatpak-ext run-temp -a it.mijorus.gearlever
Error: Glib(Error { domain: flatpak-error-quark, code: 7, message: "Remote \"flathub\" not found" })

Need to use sudo.

ryanabx commented 1 month ago

I'll give it some thought when I have time to get back to this project!