sudo apt-get install git gnupg flex bison gperf build-essential\
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev\
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386\
libgl1-mesa-dev g++-multilib mingw32 tofrodos\
python-markdown libxml2-utils xsltproc zlib1g-dev:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
git is already the newest version.
zip is already the newest version.
zip set to manually installed.
gnupg is already the newest version.
libc6-dev is already the newest version.
libc6-dev set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 8.0.4-0ubuntu0.7)
Recommends: libgl1-mesa-dri:i386 (>= 7.2)
E: Unable to correct problems, you have held broken packages.
修改libgl1-mesa-glx:i386为推荐库libgl1-mesa-dri:i386
以下为君正编译环境,较android官网多了最后一行配置,不添加会编译失败。
apt-get install git-core gnupg flex bison gperf build-essential\
zip curl libc6-dev libncurses5-dev:i386 x11proto-core-dev\
libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-dri:i386\
libgl1-mesa-dev g++-multilib mingw32 tofrodos\
python-markdown libxml2-utils xsltproc zlib1g-dev:i386\
cpp-4.6 g++-4.6 gcc-4.6 gcc-4.6-multilib gcc g++ cpp gcc-multilib g++-4.6-multilib\
ia32-libs gawk qt4-dev-tools
阅读(4494) | 评论(0) | 转发(0) |