【问题标题】:how to add android linphone to autoconf, automake, aclocal, libtoolize, pkgconfig如何将 android linphone 添加到 autoconf、automake、aclocal、libtoolize、pkgconfig
【发布时间】:2016-01-28 15:46:32
【问题描述】:
  1. 下载 Android SDK,其中包含更新到最新版本的平台工具和工具(至少需要 API 16),然后添加“工具”和“平台工具”文件夹在你的路上。

  2. 从 google 下载 Android ndk (>=r8b) 并将其添加到您的路径中。

  3. 安装自动工具:autoconf、automake、aclocal、libtoolize、pkgconfig

第 1 步和第 2 步我已经完成了,但我不知道第 3 步该怎么做。

有人可以帮我在 Android Eclipse 中修复它吗?

【问题讨论】:

    标签: android android-ndk


    【解决方案1】:

    对于 mac os x 你可以
    1) /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

    现在您可以通过 brew 轻松安装其余部分
    brew 安装 autoconf
    brew install aclocal
    等等。

    【讨论】:

      猜你喜欢
      • 2010-11-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-25
      相关资源
      最近更新 更多