diff options
Diffstat (limited to 'doc/en/index.docbook')
-rw-r--r-- | doc/en/index.docbook | 38 |
1 files changed, 23 insertions, 15 deletions
diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 55f7cae..30888ce 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -83,8 +83,8 @@ Do NOT change these in the translation. --> <abstract> <para> -&kasablanca; is an ftp client, written in c++, using the kde libraries. among its features are -currently encryption (auth tls) support, fxp, site bookmarks, and queued transfers. +&kasablanca; is an ftp client, written in c++, using the TDE libraries. among its features are +currently encryption (auth tls) support, fxp, site bookmarks and queued transfers. </para> </abstract> @@ -278,16 +278,11 @@ Documentation copyright 2004 Magnus Kulke <email>sikor_sxe@radicalapproach.d <title>How to obtain &kasablanca;</title> <para> -The most recent sources are available at <ulink url="http://kasablanca.berlios.de">http://kasablanca.berlios.de</ulink>. +The most recent sources are available at <ulink url="https://mirror.git.trinitydesktop.org/gitea/TDE/kasablanca">https://mirror.git.trinitydesktop.org/gitea/TDE/kasablanca</ulink>. </para> <!-- This first entity contains boiler plate for applications that are part of TDE CVS. You should remove it if you are releasing your -application --> - -<para> -In order to use &kasablanca;, you need at least &kde; 3.2. a recent version of OpenSSL is -required also. -</para> +application --> </sect1> @@ -306,8 +301,7 @@ information here. --> <para> -In order to use &kasablanca;, you need at least &kde; 3.2. A recent version of OpenSSL is -required also. +In order to use &kasablanca;, you need the TDE libraries as well as an SSL library EG: OpenSSL. </para> </sect1> @@ -315,11 +309,25 @@ required also. <sect1 id="compilation"> <title>Compilation and Installation</title> -<!-- This entity contains the boilerplate text for standard --> -<!-- compilation instructions. If your application requires any --> -<!-- special handling, remove it, and replace with your own text. --> +<!-- copied from install-compile.docbook then modified --> +<para>In order to compile and install &kappname; on your system, first + unpack the source code. Then type the following in the base directory + of the &kappname; distribution:</para> + +<screen> + <prompt>%</prompt> <userinput><command>mkdir -p build</command></userinput> + <prompt>%</prompt> <userinput><command>cd build</command></userinput> + <prompt>%</prompt> <userinput><command>cmake ../</command></userinput> + <prompt>#</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>You will need the header files from the tdelibs library and OpenSSL installed on your system. Please take a look +at the INSTALL file for more cmake options.</para> + +<para>You will need to be root before doing the 'make install' step.</para> -&install.compile.documentation; +<para>Since &kappname; uses <command>cmake</command> you should have no trouble compiling it. Should you +run into problems please report them to the TDE dev team.</para> </sect1> |