mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
remove protoc from windows setup, closes #393
This commit is contained in:
parent
9b6a30acbf
commit
5b26dc8b13
@ -12,13 +12,6 @@ IF NOT DEFINED ProgramFiles(x86) (
|
|||||||
goto end
|
goto end
|
||||||
)
|
)
|
||||||
|
|
||||||
FOR %%X IN (protoc.exe) DO (SET PROTOC_FOUND=%%~$PATH:X)
|
|
||||||
IF NOT DEFINED PROTOC_FOUND (
|
|
||||||
echo protobuf compiler ^(protoc^) is required but it's not installed. Install protoc 23.2 or higher. Ensure it is in your path. Aborting.
|
|
||||||
echo protoc is available here: https://github.com/protocolbuffers/protobuf/releases/download/v23.2/protoc-23.2-win64.zip
|
|
||||||
goto end
|
|
||||||
)
|
|
||||||
|
|
||||||
FOR %%X IN (capnp.exe) DO (SET CAPNP_FOUND=%%~$PATH:X)
|
FOR %%X IN (capnp.exe) DO (SET CAPNP_FOUND=%%~$PATH:X)
|
||||||
IF NOT DEFINED CAPNP_FOUND (
|
IF NOT DEFINED CAPNP_FOUND (
|
||||||
echo capnproto compiler ^(capnp^) is required but it's not installed. Install capnp 1.0.1 or higher. Ensure it is in your path. Aborting.
|
echo capnproto compiler ^(capnp^) is required but it's not installed. Install capnp 1.0.1 or higher. Ensure it is in your path. Aborting.
|
||||||
|
Loading…
Reference in New Issue
Block a user