2022-03-01 23:25:58 +08:00
<?xml version="1.0" encoding="ISO-8859-1"?>
< !DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
2022-11-16 19:42:15 +08:00
<!ENTITY freerdp-download-http "https://github.com/FreeRDP/FreeRDP/releases/download/2.8.1/freerdp-2.8.1.tar.gz">
2022-03-01 23:25:58 +08:00
<!ENTITY freerdp-download-ftp " ">
2022-11-16 19:42:15 +08:00
<!ENTITY freerdp-md5sum "886b262644ad1cd0b9d16bde2a43830e">
2022-03-01 23:25:58 +08:00
<!ENTITY freerdp-size "4.6 MB">
<!ENTITY freerdp-buildsize "500 MB">
<!ENTITY freerdp-time "2 SBU (using parallelism=4)">
]>
<sect1 id= "freerdp" xreflabel= "FreeRDP-&freerdp-version;" >
<?dbhtml filename="freerdp.html"?>
<sect1info >
<date > $Date$</date>
</sect1info>
<title > FreeRDP-&freerdp-version; </title>
<indexterm zone= "freerdp" >
<primary sortas= "a-FreeRDP" > FreeRDP</primary>
</indexterm>
<sect2 role= "package" >
<title > Introduction to FreeRDP</title>
<para >
<application > FreeRDP</application> is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience.
</para>
<bridgehead renderas= "sect3" > Package Information</bridgehead>
<itemizedlist spacing= "compact" >
<listitem >
<para >
Download (HTTP): <ulink url= "&freerdp-download-http;" />
</para>
</listitem>
<listitem >
<para >
Download (FTP): <ulink url= "&freerdp-download-ftp;" />
</para>
</listitem>
<listitem >
<para >
Download MD5 sum: &freerdp-md5sum;
</para>
</listitem>
<listitem >
<para >
Download size: &freerdp-size;
</para>
</listitem>
<listitem >
<para >
Estimated disk space required: &freerdp-buildsize;
</para>
</listitem>
<listitem >
<para >
Estimated build time: &freerdp-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas= "sect3" > FreeRDP Dependencies</bridgehead>
<bridgehead renderas= "sect4" > Required</bridgehead>
<para role= "required" >
<xref linkend= "libusb" /> , and
<xref linkend= "ffmpeg" /> , and
<xref linkend= "faad2" /> , and
<xref linkend= "faac" /> , and
<xref linkend= "cairo" /> , and
<xref linkend= "alsa" /> , and
<xref linkend= "alsa-lib" /> , and
<xref linkend= "pulseaudio" /> , and
<xref linkend= "alsa-oss" /> , and
<xref linkend= "cups" /> , and
<xref linkend= "icu" />
</para>
</sect2>
<sect2 role= "installation" >
<title />
<screen > <userinput > mkdir build & &
cd build & &
cmake -GNinja -DCMAKE_INSTALL_PREFIX=/usr -DCHANNEL_URBDRC=ON -DWITH_DSP_FFMPEG=ON -DWITH_CUPS=ON -DWITH_PULSE=ON -DWITH_FAAC=ON -DWITH_FAAD2=ON -DWITH_GSM=OFF -DWITH_CAIRO=ON -DWITH_ICU=ON -DWITH_VAAPI=ON -B. -H.. & &
cmake --build .</userinput> </screen>
<screen role= "root" > <userinput > cmake --build . --target install</userinput> </screen>
</sect2>
2022-11-16 19:42:15 +08:00
</sect1>