From 285b18eb78bbe089b0f249d6fdfd0368b99f803d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Poizl?= Date: Wed, 7 Aug 2024 09:14:03 +0200 Subject: [PATCH] Unistall command --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index a9154cd..ff13360 100644 --- a/README +++ b/README @@ -20,3 +20,8 @@ KStars NEED 64bit OS so make sure that you are running this on 64 bit Raspberry You can build PHD2 2.6.12 by adding phd2 as argument for either of script. For example `./build-soft-stable.sh phd2` But before that you may need to install libwxgtk3.0-gtk3-dev or libwxgtk3.2-dev depending on distribution. + +To unistall any file installed by this scripts you may run this command inside build directory. This is by default +`$HOME/astro-soft` or `$HOME/astro-soft-stable`. Normally there is no need to run it. + +`find . -name install_manifest.txt | sudo xargs rm`