Linux/Ubuntu
Ubuntu에서의 개발툴 설치
_Erato
2008. 9. 9. 13:51
1. 개발 환경 설치
sudo apt-get install build-essential
sudo apt-get install manpages-dev
sudo apt-get install sun-java6-jdk
// 이클립스
sudo apt-get install eclipse
sudo apt-get install eclipse-cdt
// 제거는 remove 명령을 사용한다.
sudo apt-get remove eclipse