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:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-19 17:59:11 +0300
committerRemmina Bot <admin@remmina.org>2021-07-19 17:59:11 +0300
commitdf5e921835344d4041b20c869f85c2be8993f4a1 (patch)
treed43c7ff941ee502e7e6443679dd32b9c73396b4b
parent758972babfa65a373d23f358ac5d8035e1158426 (diff)
docs: update compilation-guide
-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>