Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- TweenMax
- android studio
- javascript
- os x
- flashplayer
- 가로
- cocos2d-x
- publish setting
- FlashDevelop
- ios
- Alpha
- papervision3d
- fd3
- FLVPlayback
- flash
- debuger
- smoothing
- ubuntu touch
- Movieplayer
- wireless keyboard
- FLV Player
- Renewal
- red5
- Demo
- complie
- 단말 테스트
- Lifefilm
- ExteranlInterface
- SWFObject
- 비트맵리사이즈
Archives
- Today
- Total
ALL ABOUT ME
Cocos2d-x :: Protocol Buffers 본문
| 준비
1. full source download
: https://developers.google.com/protocol-buffers/
2. compile
: $ ./configure --prefix=/Users/threeword/protobuf/
: $ sudo make
: $ sudo make install
3. eclipse plugin install and settings
: 플러그인 설치 - http://protobuf-dt.googlecode.com/git/update-site (참고 https://code.google.com/p/protobuf-dt/)
: 설정 - preference > Protocal Buffer > Complie .proto files on save 체크
: Main Tab - 위에서 컴파일한 protoc 파일 경로 지정
: Options - 생성할 language 체크
'Lab' 카테고리의 다른 글
iOS :: 개인 사업자 등록 (0) | 2013.05.14 |
---|---|
iOS :: iOS 개발 준비 (0) | 2013.05.14 |
OS X :: OS X에서 full source compile 하려면? (0) | 2013.04.24 |
OS X :: iterm2 (0) | 2013.02.04 |
Android :: TimingLogger 사용법 (0) | 2012.05.28 |
Comments