Deku Bot (Linux64)
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...
- Open your terminal and ensure you have ~10 MB of storage
- Enter the following to your terminal
sudo apt-get install libsfml-dev
* - Press enter and allow the files to install into your standard path
- 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