2009. 6. 22. 13:23
Ubuntu 에서 리눅스 개발환경 설정
2009. 6. 22. 13:23 in 혼자서 놀기...
이솝 프로젝트에 ubuntu에서 리눅스 개발환경에 대한 글이 있어 참고할겸 포스팅!
1. 기본 개발 패키지 설치
우분투 리눅스 명령 프롬프트에서 다음을 입력한다.
$ sudo apt-get install libqt3-headers libqt3-mt-dev build-essential bin86 kernel-package libstdc++6
$ sudo apt-get install libncurses5-dev g++ gcc libc6-dev libc-dev gcc-3.4 libncurses5 libncurses5-dev libqt3-mt-dev
$ sudo apt-get install python-dev python patch m4 make ccache perl diffstat bitbake wget curl ftp cvs git subversion
$ sudo apt-get install git tar bzip2 gzip unzip jade docbook docbook-utils texinfo texi2html sec bison bc libc6-dev
$ sudo apt-get install libsdl1.2-dev mktemp help2man gawk qemu
$ sudo apt-get install libncurses5-dev g++ gcc libc6-dev libc-dev gcc-3.4 libncurses5 libncurses5-dev libqt3-mt-dev
$ sudo apt-get install python-dev python patch m4 make ccache perl diffstat bitbake wget curl ftp cvs git subversion
$ sudo apt-get install git tar bzip2 gzip unzip jade docbook docbook-utils texinfo texi2html sec bison bc libc6-dev
$ sudo apt-get install libsdl1.2-dev mktemp help2man gawk qemu
참고로 putty에서 작업을 할 때 위의 내용을 복사해서 마우스 오른쪽 키를 클릭하면 편하게 붙여넣기를 할 수 있다.
2. 우분투 패키지 업데이트
$ sudo apt-get upgrade
$ sudo apt-get update
$ sudo apt-get update
3. TFTP 설치 및 설정
http://todayis.tistory.com/222 참고
4. NFS 설치 및 설정
http://todayis.tistory.com/223 참고
5. Samba 설치 및 설정
http://todayis.tistory.com/221 참고
6. Root 계정 활성화
$ sudo passwd root
설정 후 su root 명령으로 root 계정을 사용할 수 있다.
원문 : 이솝 프로젝트(http://www.aesop.or.kr/?document_srl=32193)
'혼자서 놀기...' 카테고리의 다른 글
메모리 단위 (0) | 2009.09.01 |
---|---|
VMware http://vmware.com/info?id=97. 오류 해결 방법 (0) | 2009.08.05 |
Ubuntu에서 NFS setting (0) | 2009.06.19 |
Ubuntu에서 tftp setting (0) | 2009.06.19 |
Ubuntu에서 Samba setting (0) | 2009.06.19 |