perftree
perftree copied to clipboard
idk how to run it, pls help
i have created my perft program in c++ but i cant get it to run, i'm using a windows system and i have compiled the c++ file
F:\>cperftree F:\Documents\Cpp_C\chess_engine\main.exe
Error: Error { kind: NotFound, message: "program not found" }
F:\Documents\Cpp_C\chess_engine>perftree main.exe
Error: Error { kind: NotFound, message: "program not found" }
does it not accept compiled programs? (the example on the readme shows a .sh file but i'm not on linux) i am sure that the path is not wrong
I think you may be missing the stockfish executable in your PATH.
I agree, @Devox628 any luck with this? Are you able to run stockfish in the terminal? If not, it needs to be installed in PATH