Last active
December 26, 2015 14:49
-
-
Save piatra/7168698 to your computer and use it in GitHub Desktop.
Useful
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### adb libraries missing in Ubuntu | |
| * apt-get install lib32ncurses5 lib32stdc++6 | |
| ### Installing mercurial | |
| sudo apt-get install python-setuptools python-dev build-essential | |
| sudo easy_install -U mercurial | |
| * https://developer.mozilla.org/en/docs/Installing_Mercurial | |
| ### Sources.list mirrors | |
| http://askubuntu.com/questions/37753/how-can-i-get-apt-to-use-a-mirror-close-to-me-or-choose-a-faster-mirror | |
| http://stackoverflow.com/questions/5507489/git-server-like-github#comment6252116_5507556 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment