http://www.dre.vanderbilt.edu/~schmidt/DOC_ROOT/ACE/ACE-INSTALL.html
공식 문서를 보면 iphone 관련 빌드 방법이 나온다.
1. ACE_ROOT 설정
2. IPHONE_TARGET 설정
3. config.h 설정
4. platform_macros.GNU 설정
5. configure 설정
6. make; make install
위와 같은 순서로 진행 하겠다.
1. ACE_ROOT 설정
export ACE_ROOT=~/path/ACE_wrappers/
2. IPHONE_TARGET 설정
export IPHONE_TARGET=HARDWARE
3. config.h 설정
vi ACE_wrappers/ace/config.h
#include "config-macosx-iphone-hardware.h"
4.platform_macros.GNU 설정
vi ACE_wrappers/include/makeinclude/platform_macros.GNU
include $(ACE_ROOT)/include/makeinclude/platform_macosx_iphone.GNU
5. configure 설정
cd ACE_wrappers
mkdir build
cd build
../configure --enable-static --disable-shared --disable-ssl --prefix=/path
6. make; make install
make
sudo make install
완성!!
댓글 없음:
댓글 쓰기