2016年7月12日 星期二

Linux install Git

Install Git

# sudo apt-get -y install git-core git-doc git-gui gitk gitg


其他開發可能需要的套件

# sudo apt-get install openjdk-7-jre

# sudo apt-get install build-essential gawk pkg-config gettext automake autoconf libtool bison flex zlib1g-dev libgmp3-dev libmpfr-dev libmpc-dev texinfo mc
sudo apt-get install libglib2.0-dev


設定 GCC PATH

# sudo nano /etc/profile
PATH="$PATH:/opt/buildroot-gcc???/bin/"
export PATH

沒有留言:

張貼留言

Uninstalling HEVC Video Extensions from Windows

Microsoft store packages are usually APPX format installations (HEVC Video Extensions is installed as APPX package) You will need to use Pow...