Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 8d97869

Browse files
committed
README.md edited online with Bitbucket
1 parent 08aed3a commit 8d97869

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ Giraffe is an experimental chess engine based on temporal-difference reinforceme
44

55
For more information, see: http://arxiv.org/abs/1509.01549
66

7-
Only GCC 4.8 or later is supported for now. Intel C/C++ Compiler can be easily supported by just changing compiler options. MSVC is not supported due to use of GCC intrinsics. Patches welcomed to provide alternate code path for MSVC. Clang is not supported due to lack of OpenMP.
8-
9-
Tested on Linux (GCC 4.9), OS X (GCC 4.9), Windows (MinGW-W64 GCC 5.1). GCC versions earlier than 4.8 are definitely NOT supported, due to broken regex implementation in libstdc++.
10-
117
Giraffe is written in C++11.
128

139
If you decide to compile Giraffe yourself, please grab the neural network definition files (eval.net and meval.net) from the binary distribution. They must be in Giraffe's working directory when Giraffe is started. Instructions on how to generate those files will be added later.
@@ -19,4 +15,6 @@ To use Gaviota tablebases with the Wb2Uci adapter, set "GaviotaTbPath=..." in Wb
1915

2016
## Build ##
2117
* The Makefile contains -ltcmalloc. libtcmalloc replaces malloc/free with another implementation with thread-local caching. It is optional and doesn't really matter for playing. It can be safely removed.
22-
* The Makefile contains -march=native. If you want to do a compile that also runs on older CPUs, change it to something else.
18+
* The Makefile contains -march=native. If you want to do a compile that also runs on older CPUs, change it to something else.
19+
* Only GCC 4.8 or later is supported for now. Intel C/C++ Compiler can be easily supported by just changing compiler options. MSVC is not supported due to use of GCC intrinsics. Patches welcomed to provide alternate code path for MSVC. Clang is not supported due to lack of OpenMP.
20+
* Tested on Linux (GCC 4.9), OS X (GCC 4.9), Windows (MinGW-W64 GCC 5.1). GCC versions earlier than 4.8 are definitely NOT supported, due to broken regex implementation in libstdc++.

0 commit comments

Comments
 (0)