Hi, how I can install Amberol from .tar.xz file?
https://gitlab.gnome.org/World/amberol/uploads/72e97689e1e4132c5bca7a7788ab956c/amberol-0.10.3.tar.xz
@ebassi I think you, as the programmer of this app, can help me.
The answer is: don’t. Use Flatpak. It’s literally how Amberol is supposed to be used.
If you want to build from scratch, you will need:
- Python
- Meson
- all the dependencies listed in the
meson.build
file - the Rust compiler and Cargo
Once you have everything, you can use:
$ meson setup --prefix=/usr _build .
$ meson compile -C _build
$ sudo meson install -C _build
but at that point you’re on your own when it comes to updating and uninstalling.
OK, thank you.
I installed it from Flatpak.
This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.