Skip to content

Instantly share code, notes, and snippets.

@oprizal
Last active November 16, 2021 10:32
Show Gist options
  • Save oprizal/d9e9b259a81b0afc8107f89f76a19547 to your computer and use it in GitHub Desktop.
Save oprizal/d9e9b259a81b0afc8107f89f76a19547 to your computer and use it in GitHub Desktop.
build-latest-timeshift-version-on-fedora
# Since I don't know the other depencies needed for Timeshift running on Fedora, first I install Timeshift (version 20.03) from Fedora repository to let any dependencies to be installed.
$ sudo dnf install timeshift 

# Install tools to build latest Timeshift
$ sudo dnf install vala libgee-devel libsoup-devel vte291-devel json-glib-devel

# Clone Timeshift repos
$ git clone https://github.com/teejee2008/timeshift.git
$ cd timeshift
$ make all
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment