-
Notifications
You must be signed in to change notification settings - Fork 0
/
stockfish_links.json
44 lines (44 loc) · 1.35 KB
/
stockfish_links.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"win": {
"bmi2": {
"link": "https://stockfishchess.org/files/stockfish_12_win_x64_bmi2.zip",
"file": "stockfish_20090216_x64_bmi2.exe"
},
"popcnt": {
"link": "https://stockfishchess.org/files/stockfish_12_win_x64_modern.zip",
"file": "stockfish_20090216_x64_modern.exe"
},
"64bit": {
"link": "https://stockfishchess.org/files/stockfish_12_win_x64.zip",
"file": "stockfish_20090216_x64.exe"
}
},
"linux": {
"bmi2": {
"link": "https://stockfishchess.org/files/stockfish_12_linux_x64_bmi2.zip",
"file": "stockfish_20090216_x64_bmi2"
},
"popcnt": {
"link": "https://stockfishchess.org/files/stockfish_12_linux_x64_modern.zip",
"file": "stockfish_20090216_x64_modern"
},
"64bit": {
"link": "https://stockfishchess.org/files/stockfish_12_linux_x64.zip",
"file": "stockfish_20090216_x64"
}
},
"darwin": {
"bmi2": {
"link": "https://stockfishchess.org/files/stockfish-11-mac.zip",
"file": "stockfish-11-mac/Mac/stockfish-11-bmi2"
},
"popcnt": {
"link": "https://stockfishchess.org/files/stockfish-11-mac.zip",
"file": "stockfish-11-mac/Mac/stockfish-11-modern"
},
"64bit": {
"link": "https://stockfishchess.org/files/stockfish-11-mac.zip",
"file": "stockfish-11-mac/Mac/stockfish-11-64"
}
}
}