Recent Posts
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- k8s #kubernetes #쿠버네티스
- vfr video
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- VARCHAR (1)
- 티스토리챌린지
- PytestPluginManager
- terminal
- mp4fpsmod
- Value too long for column
- 코루틴 컨텍스트
- JanusWebRTC
- JanusWebRTCGateway
- python
- 자원부족
- Spring Batch
- taint
- table not found
- 오블완
- 코루틴 빌더
- 개성국밥
- preemption #
- PersistenceContext
- 깡돼후
- 겨울 부산
- pytest
- kotlin
- 달인막창
- JanusWebRTCServer
- JanusGateway
- tolerated
Archives
너와 나의 스토리
Windows에 Protoc / Protobuf 설치 본문
반응형
gRPC, Protoc 다운 받는 곳 & 방법 - 2019/08/09 - [Machine learning] - python으로 gRPC / tools 설치하는 방법
1. git bash 앱에서 github을 clone한다.
git clone https://github.com/Microsoft/vcpkg.git
2. bootstrap-vcpkg.bat을 실행시킨다.
그럼 vcpkg.exe가 build된다.
3. 그 후, cmd에서 vcpkg가 있는 곳으로 디렉토리 이동한다.
vcpkg integrate install
이 명령으로 vcpkg를 시스템 구성과 통합하여 전체적으로 실행하도록 한다.
출처:
medium - https://medium.com/@dev.ashurai/protoc-protobuf-installation-on-windows-linux-mac-d70d5380489d
ㄴ 여기서 [ vcpkg install protobuf protobuf:x64-windows ]가 안된다면 여기 참조
블로그 - http://bugsfixed.blogspot.com/2017/05/vcpkg.html
반응형
'Protocol Buffer' 카테고리의 다른 글
Protocol Buffers - 기본 (0) | 2019.12.26 |
---|---|
python으로 gRPC / tools 설치 및 작동시키기 (0) | 2019.08.09 |
Comments