Skip to content

Deku Bot (Linux64)

Compare
Choose a tag to compare
@TheCongaGuy TheCongaGuy released this 26 Mar 05:45
· 3 commits to master since this release
30dda83

This is the binary file for the Linux Cinnamon implementation of Deku Chess Bot. Note that SFML is not statically linked to this binary and as such depends on those files. If you do not have SFML on your machine...

  1. Open your terminal and ensure you have ~10 MB of storage
  2. Enter the following to your terminal sudo apt-get install libsfml-dev*
  3. Press enter and allow the files to install into your standard path
  4. Move to the directory where you downloaded the binary and run the program ./Deku-Bot-Linux

Additionally, you may download the source code from my github, install SFML if you have not done so already and use the make file provided to compile directly to your machine by opening the repository and typing make

Please note that this is the first time I have published binaries for Linux, and have much more experience in Windows. If the instructions above do not work, please open an issue so I may look into it.


* If SFML is not available in your Official Repository, please refer to the SFML Linux Installation Guide