******************************************************************************

Distributing binaries for Linux is too complicated, so you have to build the
binary using the provided build script. On the upside, the executable will be
optimised for your CPU. GCC and the pthread library must be installed.

The quick version:

- open a Bash shell (terminal window).
  (GUI alternative: open the file explorer.)

- use the cd command to go into this directory within the download:
  source/application-uci/
  (GUI alternative: use the file explorer to navigate into this directory.)

- make the build script executable:
  chmod 755 ./make_ct800_linux.sh
  If that does not work, retry it using sudo:
  sudo chmod 755 ./make_ct800_linux.sh
  (GUI alternative: in the file explorer, right-click on
   make_ct800_linux.sh and tick the permissions for "execute".)

- run the build script:
  ./make_ct800_linux.sh
  (GUI alternative: click the shell script.)

- the binary will be generated under source/application-uci/output/ . There
  will be no changes made to your system, i.e. no kind of system-wise
  installation. You can copy the generated binary anywhere you like, and
  a good idea could be "/opt/chess/ct800".

- the binary does not require any path configuration, just put it anywhere
  you like and register it in your chess GUI.

Note: if any warnings appear during compilation, the build will fail. You can
modify the shell scripts and remove "-Werror" as workaround, but please also
tell me, the author, about the problem so that I can fix it: info@ct800.net

******************************************************************************

For more details on the build process, see the Linux build instructions in the
download under documentation/doc_software/buildprocess/buildprocess_uci.txt .

******************************************************************************
