X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=Readme.md;h=a759eff665bc9e65e64b578b77c6dcf6532bf07a;hp=5b807ee6355706103456180be2496e770f11083e;hb=1d3efff47274bd03d4deced8d7ba0360bd1dba8a;hpb=44f56e04e22bb449d44475eb054b67c1c22d27ef diff --git a/Readme.md b/Readme.md index 5b807ee6..a759eff6 100644 --- a/Readme.md +++ b/Readme.md @@ -153,6 +153,14 @@ compile (for instance with Microsoft MSVC) you need to manually set/unset some switches in the compiler command line; see file *types.h* for a quick reference. +When reporting an issue or a bug, please tell us which version and +compiler you used to create your executable. These informations can +be found by typing the following commands in a console: + +``` + ./stockfish + compiler +``` ## Understanding the code base and participating in the project