From df5e921835344d4041b20c869f85c2be8993f4a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tukusej=E2=80=99s=20Sirs?= Date: Mon, 19 Jul 2021 14:59:11 +0000 Subject: docs: update compilation-guide --- compilation-guide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compilation-guide.html b/compilation-guide.html index 724f466..0edc89e 100644 --- a/compilation-guide.html +++ b/compilation-guide.html @@ -2,7 +2,7 @@ title: Compilation guide description: A guide to compile Remmina from source on different operating systems published: true -date: 2021-07-19T14:22:51.870Z +date: 2021-07-19T14:59:03.391Z tags: editor: code dateCreated: 2021-07-18T10:35:58.314Z @@ -128,10 +128,10 @@ dateCreated: 2021-07-18T10:35:58.314Z

FreeRDP

-

TODO: This does not work anymore (see this GitHub discussion).

+

This works only when FreeRDP is installed using sudo make install. When the `build/` folder is removed or when you only run make, install_manifest.txt does not exist.

-			cd "$HOME/freerdp" && sudo rm $(cat install_manifest.txt)
+			cd "$HOME/freerdp/build" && sudo rm $(cat install_manifest.txt)
 		

Remmina

-- cgit v1.2.3