From 11c5062539a42b939727a3f0f8a6fbacc1b238be Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 5 Jun 2020 15:35:30 +0200 Subject: Drop automake build support. Add basic cmake build instructions. Delete empty file NEWS and rpm spec files. Better detection for OpenSSL headers and libraries. Write a README file. Rework of the help page. Some cosmetics. Signed-off-by: gregory guy --- doc/en/index.docbook | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'doc/en/index.docbook') 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. --> -&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. @@ -278,16 +278,11 @@ Documentation copyright 2004 Magnus Kulke sikor_sxe@radicalapproach.d How to obtain &kasablanca; -The most recent sources are available at http://kasablanca.berlios.de. +The most recent sources are available at https://mirror.git.trinitydesktop.org/gitea/TDE/kasablanca. - - -In order to use &kasablanca;, you need at least &kde; 3.2. a recent version of OpenSSL is -required also. - +application --> @@ -306,8 +301,7 @@ information here. --> -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. @@ -315,11 +309,25 @@ required also. Compilation and Installation - - - + +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: + + + % mkdir -p build + % cd build + % cmake ../ + # make install + + +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. + +You will need to be root before doing the 'make install' step. -&install.compile.documentation; +Since &kappname; uses cmake you should have no trouble compiling it. Should you +run into problems please report them to the TDE dev team. -- cgit v1.2.1