Embedded Linux

Vmware에서 Windows와 ubuntu 14.04/15.04 폴더 공유하기

작성자 임베디드코리아 작성일15-11-23 18:06 조회4,828회 댓글0건
1. Ubuntu을 Update
  # apt-get update
2. git 설치
  # apt-get install git
3. 다운로드할 디렉토리로 접근
  # cd /opt
4. vmware tool patch 다운로드
  # git clone https://github.com/rasa/vmware-tools-patches.git

5. 다운로드된 vmware-tools-patches 디렉토리에 접근하여 download-tools.sh  실행하여 패치 다운로드
  # cd vmware-tools-patches
  # ./download-tools.sh
6. 패치 적용
  # ./untar-and-patch.sh
  # ./compile.sh