Compiling .proto files on Windows¶
Open a new command prompt
Copy the following file into
$(BIGARTM_ROOT)/src/
$(BIGARTM_ROOT)/build/bin/CONFIG/protoc.exe
Here CONFIG can be either Debug or Release (both options will work equally well).
Change working directory to
$(BIGARTM_ROOT)/src/
Run the following commands
.\protoc.exe --cpp_out=. --python_out=. .\artm\messages.proto .\protoc.exe --cpp_out=. .\artm\core\internals.proto