Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compilation-guide.html6
1 files 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
<h4>FreeRDP</h4>
- <blockquote class="is-danger"><p>TODO: This does not work anymore (see <a href="https://github.com/FreeRDP/FreeRDP/discussions/7178">this GitHub discussion</a>).</p></blockquote>
+ <blockquote class="is-warning"><p>This works only when FreeRDP is installed using <code>sudo make install</code>. When the `build/` folder is removed or when you only run <code>make</code>, <code>install_manifest.txt</code> does not exist.</p></blockquote>
<pre>
- <code>cd "$HOME/freerdp" && sudo rm $(cat install_manifest.txt)</code>
+ <code>cd "$HOME/freerdp/build" && sudo rm $(cat install_manifest.txt)</code>
</pre>
<h4>Remmina</h4>