[Chinese translation] Remmina从官网下载的附件,求大佬进行编译,最新版v1.4.43
Tofloor
poster avatar
186******72
deepin
5 hours ago
Author

发布说明
ATTENTION New dependencies introduced with v1.4.35 onwards!

libcurl4-openssl-dev and libssl-dev (>=3.0.0) are now build dependencies
appindicator or ayatana-appindicator is now optional, -DHAVE_LIBAPPINDICATOR=OFF will disable the Remmina system tray icon.
-DWITH_PYTHONLIBS=ON is required for the Python plugin (python3-dev/devel required to build)
pyhoca-cli is needed for the X2Go plugin, -DWITH_X2GO=ON
NX, XDMCP and ST have been removed.
Use -DWITH_FREERDP3=ON if you want to use the newest FreeRDP version
libsodium is needed to build Remmina.
webkit2gtk3 is needed to build the WWW plugin.
-DWITH_KF5WALL--ET=ON is a new config option required for the KWall--et plugin (and the required kf5wal--let libraries to build it).
News can be turned off with -DWITH_NEWS=OFF
Stats can be turned off with -DWITH_STATS=OFF
TIPS can be turned off with -DWITH_TIPS=OFF
gtk-vnc is needed for the VNC plugin for GNOME and KVM, -DWITH_GVNC=ON
List of changes
Add minimal macOS build support !2727 (merged) @jayvdlaan
Revert "Added kerberos-config plug" !2728 (merged) @craig.rylance
[REM-3489] Fix issue preventing SPICE plugin from being loaded !2729 (merged) @myheroyuki
[REM-3490] Do not calculate monitor shift if using freerdp_settings_set_monitor_def_array_sorted !2730 (merged) @myheroyuki

AI翻译:

发布说明

注意:从 v1.4.35 开始引入新的依赖项!

  • 现在构建依赖包括 libcurl4-openssl-devlibssl-dev(>=3.0.0)
  • appindicatorayatana-appindicator 现在是可选的,设置 -DHAVE_LIBAPPINDICATOR=OFF 将禁用 Remmina 系统托盘图标。
  • Python 插件需要 -DWITH_PYTHONLIBS=ON(构建时需要 python3-dev/devel
  • X2Go 插件需要 pyhoca-cli,设置 -DWITH_X2GO=ON
  • NX、XDMCP 和 ST 已被移除。
  • 如果想使用最新的 FreeRDP 版本,请使用 -DWITH_FREERDP3=ON
  • 构建 Remmina 需要 libsodium
  • 构建 WWW 插件需要 webkit2gtk3
  • -DWITH_KF5WAL--LET=ON 是 KWal--let 插件需要的新配置选项(以及构建它所需的 kf5wall--et 库)。
  • 可以通过 -DWITH_NEWS=OFF 关闭新闻。
  • 可以通过 -DWITH_STATS=OFF 关闭统计信息。
  • 可以通过 -DWITH_TIPS=OFF 关闭提示。
  • GNOME 和 KVM 的 VNC 插件需要 gtk-vnc,设置 -DWITH_GVNC=ON

变更列表

  • 添加对 macOS 构建的最小支持 !2727(已合并)@jayvdlaan
  • 回退“添加 kerberos-config 插件” !2728(已合并)@craig.rylance
  • [REM-3489] 修复阻止 SPICE 插件加载的问题 !2729(已合并)@myheroyuki
  • [REM-3490] 当使用 freerdp_settings_set_monitor_def_array_sorted 时不要计算显示器偏移 !2730(已合并)@myheroyuki
Reply Favorite View the author
All Replies
avatar
MeGusta
deepin
4 hours ago
#1
sudo apt install devscripts build-essential -y
mkdir -p ~/remmina
cd ~/remmina
dget http://deb.debian.org/debian/pool/main/r/remmina/remmina_1.4.43+dfsg-1.dsc
dpkg-source -x ./remmina_1.4.43+dfsg-1.dsc
cd remmina-1.4.43+dfsg
sudo apt build-dep .
debuild -us -uc -b
Reply View the author