mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 20:16:14 +08:00
remove unnecessary makefile commands and fix blas on mac
This commit is contained in:
@@ -44,12 +44,12 @@ brew install openblas
|
||||
2. Go to src then build using the makefile
|
||||
```
|
||||
cd src
|
||||
make learn ARCH=x86-64 COMP=gcc
|
||||
make build ARCH=x86-64 COMP=gcc blas=yes
|
||||
```
|
||||
or
|
||||
```
|
||||
cd src
|
||||
make profile-learn ARCH=x86-64 COMP=gcc
|
||||
make profile-build ARCH=x86-64 COMP=gcc blas=yes
|
||||
```
|
||||
|
||||
## Training Guide
|
||||
|
||||
Reference in New Issue
Block a user