From 873d0e4138a1569d2a8dfa061d0338b6d017dd3b Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 1 Nov 2019 11:46:21 +0100 Subject: Drop automake build support. Add basic cmake build instructions in the INSTALL file. Rework of README file and the help page. The History file has been removed, the content added to the ChangeLog file. The file CreatingThemes has moved in the doc folder. Cosmetic changes in CMakeLists.txt . Signed-off-by: gregory guy --- doc/en/Makefile.am | 2 -- doc/en/index.docbook | 35 +++++++---------------------------- 2 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 doc/en/Makefile.am (limited to 'doc/en') diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am deleted file mode 100644 index 20beda9..0000000 --- a/doc/en/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -KDE_DOCS = knights -KDE_LANG = en diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 99b75a3..4719246 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -43,12 +43,12 @@ - Knights is a graphical chess interface for &kde;. It supports chess matches against computer engines like GNUChess and Crafty, watching two computer engines play against each other, solitaire chess, matches played via Internet Chess Servers, and reviewing matches saved in Portable Game Notation. + Knights is a graphical chess interface for &tde;. It supports chess matches against computer engines like GNUChess and Crafty, watching two computer engines play against each other, solitaire chess, matches played via Internet Chess Servers, and reviewing matches saved in Portable Game Notation. knights - KDE + TDE game chess gnuchess @@ -589,46 +589,25 @@ How to obtain Knights - The Knights Project is located at http://knights.sourceforge.net. It will usually contain the most up-to-date information on Knights available. + The Knights Project is holded at http://trinitydesktop.org. It will usually contain the most up-to-date information on Knights available. - If you're using the OpenNIC root service, then you can reach the Knights Project at http://www.knights.oss. + A developer area is available at TDE Gitea Workspace (TGW). + A translator area is available at TDE Weblate Translation Workspace (TWTW). Requirements - Before you can install Knights, you must have the Trinity Desktop Environment installed on your system. Knights also requires that you have Autoconf version 2.5 and Automake version 1.6. + Before you can install Knights, you must have the Trinity Desktop Environment installed on your system. Knights also requires that you have cmake (version >= 2.8) as building tool. Compilation and Installation - Knights uses autoconf and automake to ensure that compiling is easy. If for some reason Knights won't compile for you, help is available at the Knights Project website located at http://knights.sourceforge.net. - - - You must have the TDEDIR environment variable defined before you begin the installation. Without this, Knights will not be able to access it's resources! To add the TDEDIR environment variable, you need to edit your /etc/profile ( or ~/.bash_profile ) and add the line: - - - export TDEDIR="/usr" - - - ...where /usr is your KDE's base directory. - - - Now, change the present working directory to the location where you unarchived Knights and type the following: - - - -% ./configure -% make -% make - - - - Knights should now be installed and ready to go. You can type knights in a terminal to start the game, or create an icon for it and select that. + Knights uses cmake to ensure that compiling is easy. Please read the INSTALL file for the basics and the suggested default options. -- cgit v1.2.1