The following program
https://halide-lang.org/tutorials/tutorial_lesson_21_auto_scheduler_generate.html
is compiled on Linux with the following command:
g++ lesson_21_auto_scheduler_generate.cpp ../tools/GenGen.cpp -g -std=c++11 -fno-rtti -I ../include -L ../bin -lHalide -lpthread -ldl -o lesson_21_generate
No instructions are given to compile it in Windows.