Notice
Recent Posts
Recent Comments
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 | 29 | 30 |
Tags
- C++11
- PKCS#11
- HSM
- C언어
- Key management system
- 이더리움지갑개발
- ethereum wallet example
- ethereum
- HSM 기능
- grpc
- C++
- grpc c++
- grpc cpp
- protobuffer
- PKCS
- blockchain
- grpc ubuntu
- 암호화 토큰
- grpc 설치
- grpc install
- 이더리움
- 보안 토큰
- 이더리움지갑
- KMS
- 블록체인
- KMS Server 기능
Archives
- Today
- Total
목록grpc install (1)
개노답코딩
매우 쉽게 ubuntu에 GRPC 설치하기!
ubuntu에 GRPC 라이브러리 설치하는 방법 깔끔하게 필요한 정보만 공유합니다~ ㅋㅋ 컴파일러는 용도에 맞게 바꾸시면 됩니다~~ 1. 기본적인 패키지 다운로드 [sudo] apt-get install build-essential autoconf libtool pkg-config 2. 컴파일러 다운로드 [sudo] apt-get install g++ 3. GRPC clone git clone -b $(curl -L https://grpc.io/release) https://github.com/grpc/grpc 4. GRPC 폴더로 이동, submodule update, 설치 cd grpc git submodule update --init sudo make install 5. Protobuf 설치 cd ..
ubuntu
2020. 2. 13. 11:47