|
楼主 |
发表于 2023-1-31 08:26:28
|
显示全部楼层
Compiling Pikafish yourself from the sources
Pikafish has support for 32 or 64-bit CPUs, certain hardware instructions, big-endian machines such as Power PC, and other platforms.
On Unix-like systems, it should be easy to compile Pikafish directly from the source code with the included Makefile in the folder src . In general it is recommended to run make help to see a list of make targets with corresponding descriptions.
cd src
make help
make build ARCH=x86-64-modern
When not using the Makefile to 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. |
|