How to install autotools on a Windows machine (autoconf, automake, aclocal, libtoolize pkgconfig)

I want to create a Linphone android project. I already downloaded the project, but could not follow the instructions given in README. It doesn’t work out how to install autotools on windows machine.if, someone has any ideas, please help me install these tools.

+5
source share
3 answers

well, you must first download all the necessary dependencies, such as ndk version> = 8 and Cygwin. you can find ndk on the android developer site and unzip it in the right place.

cygwin, . u , . , . , , , - - .

, Cygwin. sapce, Drive:\Cygwin

bin NDK, Cygwin, .. , :)

. cygwin, CMD.

, :

$cd

, , make : prepare_sources.sh

:

$./prepare_sources.sh/

ndk - ndk-build ndk. , : G:/android-ndk-r8d-windows/android-ndk-r8d/ndk-build

Enter.. n ... Cygwin , n. , cygwin ... -, .

eclipse .:)

, .:)

+3
+2

git clone git://git.linphone.org/linphone-android.git --recursive

prepare_sources.sh linphone-android

I use the GitShell utility to load from the command line.
Let me know.

0
source

All Articles