This documentation provides instructions for developing Timeshift.
- meson
- help2man
- gettext
- valac
- libvte-2.91-dev
- libgee-0.8-dev
- libjson-glib-dev
- libxapp-dev
If you are using a Debian-based distribution, you can install these dependencies by running the following command in a terminal:
sudo apt install meson \
help2man \
gettext \
valac \
libvte-2.91-dev \
libgee-0.8-dev \
libjson-glib-dev \
libxapp-dev
git clone [email protected]:linuxmint/timeshift.git
cd timeshift
meson setup build
meson compile -C build
sudo meson install -C build