From 622d6f6bb16a4bfb3ba9125aca8b2bed46bdc38e Mon Sep 17 00:00:00 2001 From: mtravascio Date: Wed, 8 Jun 2022 20:11:19 +0200 Subject: [PATCH] Notes for Ubuntu package (.deb) building and installation --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c0c0dd5..a386b04 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,21 @@ If you're using Wayland go the Hypnotix preferences and add the following to the Run Hypnotix with: `GDK_BACKEND=x11 hypnotix` + +# Ubuntu package (.deb) building and installation + +- git clone https://github.com/linuxmint/hypnotix.git + +- sudo apt install dh-make build-essential devscripts fakeroot + +- dpkg-buildpackage -us -uc (within Github main created dir: hypnotix) + +- Remove old (.deb) package and install new one with right mouse click on it and open with "Software Install" + + or + +- dpkg -i hypnotix_xx_all.deb + +- sudo apt -f install (to fix error) + +Now Ready to go!