重装Ubuntu13.04后需要做的事情

来源:互联网 发布:电脑编程多久学会 编辑:程序博客网 时间:2024/04/28 21:41

注:本文的配置方法同样适用于Ubuntu14.04版本。

1. 搭建Android 编译环境

sudo apt-get updatesudo apt-get install -y git gnupg flex bison gperf build-essentialsudo apt-get install -y zip curl libc6-dev libncurses5-dev:i386 x11proto-core-devsudo apt-get install -y libx11-dev:i386 libreadline6-dev:i386 libgl1-mesa-glx:i386sudo apt-get install -y libgl1-mesa-dev g++-multilib mingw32 tofrodossudo apt-get install -y python-markdown libxml2-utils xsltproc zlib1g-dev:i386  sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.sosudo apt-get install -y libncurses5-devsudo apt-get install -y libncurses5-dev:i386sudo apt-get install -y gccsudo apt-get install -y g++sudo apt-get install -y libxml-libxml-perlsudo apt-get install -y libswitch-perl

SUN-JAVA 1.6的环境安装方法请参考我的另一篇文章:

Ubuntu13.04上JDK6的安装方法

2. 安装开发相关的工具

sudo apt-get updatesudo apt-get install -y android-tools-fastbootsudo apt-get install -y android-tools-adbsudo apt-get install -y meld filezillasudo apt-get install -y nautilus-open-terminalsudo apt-get install -y pcmanfmsudo apt-get install -y ctagssudo apt-get install -y vimsudo apt-get install -y kdesvnsudo apt-get install -y subversionsudo apt-get install -y iptuxsudo apt-get install -y rdesktopsudo apt-get install -y sambasudo apt-get install -y winesudo apt-get install -y libnss3-1dsudo apt-get install -y libxft2:i386

3. 创建samba用户

sudo smbpasswd -a diao


原创粉丝点击