NEW UPDATE: Eval weight patch added! You can now adjust SF personalities like before! UCI options like Mobility, Pawn Structure, Passed Pawn, Space and King Safety are back!!

Password for update file: chess2u
https://drive.google.com/folderview?id=0B4ytljTWAF-bMERIX19pMS1PQUE&usp=sharing
- Code:
README.txt
Stockfish Compiler by Nabil Danial (bunkbail)
_____________________________________________
This is a tool which can be used to compile the open-source chess engine Stockfish.
You'll only need the source copied to the /src folder in YYMMDD format. This tool
also included with a Syzygy patch so you can use it to patch the official source
codes into Syzygy.
You can download the source by using the following link
https://github.com/official-stockfish/Stockfish/archive/master.zip
Unzip the file into src folder included in this tool, rename the extracted src folder
into YYMMDD format (eg 141105). From the root of the folder, you'll have /src/141105
folder that will be compiled. The resulting binary will appear in /bin folder.
Note 1 : The syzygy is known working as of 14/11/05. The patch may work or may not work
at all.
Note 2 : The tool only build 64-bit Windows compile. No 32-bit and Linux supported.
Note 3 : The builds have been tested to be faster than abrok.eu builds by ~4%. The builds
are also in smaller size (about 1-2%).
Changelog
_________
v1.0 First release
Syzygy patch
GCC 4.7.4
64-bit Windows profiled build
v1.1 Fix false positives with antivirus
v1.2 Eval weight patch added
v1.2.1 Fix some stupid windows bugs
TODO list:
- Code:
Revert King Safety to Aggressiveness and Cowardice
Bring back polyglot opening book support
Add Large Pages
32-bit support
Linux and Android support
You tell me :D
Last edited by nabildanial93 on Wed Nov 05, 2014 4:46 pm; edited 9 times in total (Reason for editing : New version 1.2.1 update)