Skip to content

cherojeong/utopic

 
 

Repository files navigation

How to: install ubuntu for devices

Problems

On Ubuntu 12.04 64-bit, phablet-tools can't install.

error message:

The following packages have unmet dependencies:
phablet-tools : Depends: click but it is not installable
Recommends: ubuntu-dev-tools but it is not going to be installed`
E: Unable to correct problems, you have held broken packages.

Solution: http://bagustris.wordpress.com/2013/02/24/how-to-install-ubuntu-sdk-in-ubuntu-12-04-64bit/

During compile, need to install gcc-4.8

*sudo apt-get install python-software-properties *sudo add-apt-repository ppa:ubuntu-toolchain-r/test *sudo apt-get update *sudo apt-get install gcc-4.8 *sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 50

sudo apt-get install lib32stdc++-4.8-dev

sudo apt-get install libg++-4.8-dev

sudo apt-get install lib32gcc-4.8-dev

sudo apt-get install libgcc-4.8-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published