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/Makefile.am | 6 ------ doc/en/Makefile.am | 2 -- doc/en/index.docbook | 38 +++++++++++++++++++++++--------------- 3 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 doc/Makefile.am delete mode 100644 doc/en/Makefile.am (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am deleted file mode 100644 index 120c827..0000000 --- a/doc/Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ -# the SUBDIRS is filled automatically by am_edit. If files are -# in this directory they are installed into the english dir - -TDE_LANG = en -KDE_DOCS = kasablanca -SUBDIRS = $(AUTODIRS) diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 19a5bda..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = kasablanca -KDE_LANG = en 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