1. depot_tools 설치
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
depot_tools를 clone한 디렉토리를 path에 걸어준다
예를들면 .bashrc 에 아래와 같이 추가해준다. 여기서 /path/to/depot_tools는 본인이 다운받은 depot_tools 경로
export PATH=$PATH:/path/to/depot_tools
2. 소스 가져오기
빈 디렉토리르 만든후 아래 명령어를 입력해준다
fetch --nohooks chromium
No comments:
Post a Comment