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 |
31 |
Tags
- grpc
- grpc install
- 이더리움
- 이더리움지갑
- ethereum wallet example
- ethereum
- C++11
- 암호화 토큰
- C++
- grpc cpp
- HSM
- KMS Server 기능
- 이더리움지갑개발
- PKCS
- grpc 설치
- 블록체인
- 보안 토큰
- protobuffer
- Key management system
- blockchain
- grpc ubuntu
- PKCS#11
- grpc c++
- C언어
- HSM 기능
- KMS
Archives
- Today
- Total
목록ubuntu (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