perftree icon indicating copy to clipboard operation
perftree copied to clipboard

idk how to run it, pls help

Open Devox628 opened this issue 1 year ago • 1 comments

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

Devox628 avatar Dec 12 '24 23:12 Devox628

I think you may be missing the stockfish executable in your PATH.

kjhickman avatar Feb 28 '25 16:02 kjhickman

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

agausmann avatar May 29 '25 15:05 agausmann