Use source insight in ubuntu10.10 to view the android source code

Source: Internet
Author: User

1. Install wine


Look at: http://wiki.ubuntu.org.cn/Wine

Sudo apt-Get install wine 

Because the version is old, you do not need to use wine in PPA.

 

Install the latest wine version

Ubuntu officially comes with wine, but we recommend that you use the latest wine version officially provided by winehq. The new version solves many previously troublesome problems.

 

PPA address: https://launchpad.net /~ Ubuntu-wine/+ archive/PPA

Sudo add-Apt-repository PPA: Ubuntu-wine/PPA <br/> sudo apt-Get update <br/> sudo apt-Get install wine 

2. Install winetricks

Wget http://kegel.com/wine/winetricks 

Change the permission to/usr/local/bin.

Chmod + x winetricks <br/> sudo MV winetricks/usr/local/bin 

Use winetricks to install software, such as installing the. net2.0 framework

Winetricks dotnet20 

3. Install source insight

 

: Http://www.sourceinsight.com/downeval.html

 

Run the command wine *. EXE (the source Insight software just downloaded) to start installing source insight.

 

Application/wine/programs in Ubuntu open source insight

 

Create a project and import the android source code.

 

4. Uninstall wine

 

Delete Main files

Sudo apt-Get remove -- purge wine 

Delete residual files

(1) Delete the corresponding files in the. config/menus directory.

(2) Delete related files in the. config/menus/applications-merged directory.

(3) Open the. config/menus/applications. menu file and delete wine-related content in the file.

(4) Delete the following three files:

/Usr/share/APP-install/desktop/wine. Desktop

/Usr/share/APP-install/desktop/wineconfig. Desktop

/Usr/share/APP-install/desktop/winefish. Desktop

(5) Delete the content related to wine and wine in the following three directories:

~ /. Local/share/Applications

~ /. Local/share/desktop-Directories

~ /. Local/share/icons

(6) Delete ~ /. Wine

 

Note :. config ,. wine ,. local files are stored in the user directory (usually hidden). You can use LS-Al on the terminal to display all files in the current directory, then, use Rm-F ** to delete files and RM-fr ** to delete folders.

 

5. More wine configurations
Http://forum.ubuntu.org.cn/viewtopic.php? T = 107816 Note: 4 and 5 are digression. You can study itren if you are interested !!!








 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.