버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

오픈소스 트래픽 생성기

빌드된 바이너리는 판매
코드를 빌드하는건 무료


정보
title목차

목차

빌드 방법 ( x64 )

(2020.03.02 기준, CentOS 7 리눅스)
https://devguide.ostinato.org/BuildingFromSource.html

...

코드 블럭
버전 확인
$ yum search protobuf --show-duplicate | grep x86_64 | sort | uniq
...
protobuf-2.5.0-8.el7.x86_64 : Protocol Buffers - Google's data interchange
protobuf-compiler-2.5.0-8.el7.x86_64 : Protocol Buffers compiler
protobuf-devel-2.5.0-8.el7.x86_64 : Protocol Buffers C++ headers and libraries
...
protobuf-c-1.0.2-3.el7.x86_64 : C bindings for Google's Protocol Buffers
protobuf-c-compiler-1.0.2-3.el7.x86_64 : Protocol Buffers C compiler
protobuf-c-devel-1.0.2-3.el7.x86_64 : Protocol Buffers C headers and libraries
...

설치
$ sudo yum -y nstallinstall \
protobuf protobuf-compiler protobuf-devel \ 
protobuf-c protobuf-c-compiler protobuf-c-devel 

...

공식문서의 QT Creator 로 빌드 따라하면 됨


빌드 방법 ( arm )

라즈베리파이에서 QT Creator 를 사용하려면 아래 문서 참고
https://forum.qt.io/topic/105817


나머지 패키지들도 ARM으로 빌드한 바이너리가 존재함
http://ports.ubuntu.com/ubuntu-ports/dists/trusty/main/binary-armhf/Packages.bz2