git submodule update --init --recursive
Haven't tried it yet, though.
git submodule update --init --recursive --depth 1
Thanks for your answer. After following your instructions, my compile got a lot further but now this error:
In file included from ../../src/neural/loader.cc:31:0:
lc0@exe/proto/net.pb.h:25:60: fatal error: google/protobuf/generated_message_table_driven.h: No such file or directory
#include <google/protobuf/generated_message_table_driven.h>
^
Thanks,
Al.
Is there a way to make lc0 load quicker using CPU only, i.e. change some program options before compiling, as it now takes 45 seconds to initialise instead of the 10 seconds before?
Thanks,
Al.
ninja: build stopped: subcommand failed.
anybody knows how to fix it?
i dont have a lot of knowledge on terminal
thanks!