2013-06-22 2 views
0

나는 안드로이드 용 Linphone 응용 프로그램을 만들고 있습니다.Linphone Windows 8에서 컴파일

Download the Android ndk (>=r5c) from google. 
Install the autotools: autoconf, automake, aclocal, libtoolize pkgconfig 

Run the ./prepare_sources.sh script in the top level directory. This will download iLBC source files and convert some assembly files in VP8 project. 
$ ./prepare_sources.sh 

Finally from directory linphone-android, just execute command: 
$ ${my google ndk directory}/ndk-build 

후 난 다음 얻을 오류 Cygwin에서 터미널에서 :

$ ./prepare_sources 나는 윈도우 8 64 비트 OS

하고 있어요 나는 README 파일에 주어진 단계를 따랐다. sh ./prepare_sources.sh : 줄 2 : $ '\ r': 명령을 찾을 수 없음 ./prepare_sources.sh : 줄 3 : C : UsersNomsDesktoplinphone-android : 명령을 찾을 수 없음 ./prepare_sources.sh : 줄 4 : $ '\ r': 명령을 찾을 수 없습니다. ./prepare_source s.sh : 29 행 : 예기치 않은 토큰 $'\r'' ./prepare_sources.sh: line 29: CD를 $ TOPDIR/서브 모듈/libilbc-rfc3951 & & ./autog'n.sh & & ./configure를 & & 메이크업 근처의 구문 오류 || (에코 "iLBC 준비 단계가 실패했습니다"출구 1)

+0

Cygwin을 PC에 설치하고 구성 했습니까? – 323go

+0

@ 323go .. 네, cygwin과 autotools를 설치했습니다. – Noman

답변

0

mingw을 사용하여 컴파일하십시오. 라이브러리를 성공적으로 빌드했습니다. 하지만 아직 apk, myeclipse에서 빌드 오류가 발생합니다 ...

+0

나는 지금 .. 컴파일하는 방법을 설치했다 ?? – Noman

관련 문제