ubuntu install build env

ubuntu install build env
1) update apt source: sudo apt-get update

2) update build essentical:   
         sudo aptitude update
         sudo aptitude install build-essential
           sudo apt-get install linux-headers-`uname -r`  xinetd


3)install gcc:  sudo apt-get gcc-4.3

你可能感兴趣的:(ubuntu install build env)