1. depot_tools ์ค์น
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
export PATH="$PATH:/path/to/depot_tools"
2. ์ฝ๋ ๋ค์ด๋ก๋, additional build dependency ์ค์น, chromium-specific hooks ์ค์น
mkdir chromium
cd chromium
fetch --nohooks chromium # ์ฝ 1์๊ฐ ์์
cd src
./build/install-build-deps.sh
gclient runhooks
3. ๋น๋ ์ค์
#Default
gn args out/Default
# ๋ค์ ๋ด์ฉ๋ค์ ์ถ๊ฐ
is_debug = true
is_component = true
blink_symbol_level = 0
4. ๋น๋
ninja -C out/Default chrome
5. ์คํ
./out/Default/chrome
๋ฐ์ํ
'๐ป OS & Tools > Ubuntu' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Ubuntu ๋จ์ถ ๋ช ๋ น์ด ์ค์ (alias) (0) | 2020.01.02 |
---|---|
์๋ฒ์ jupyter notebook ์๊ฒฉ ์ฐ๊ฒฐ (0) | 2020.01.02 |
vi ๊ฐ๋จํ ์ฌ์ฉ๋ฒ (0) | 2019.12.30 |
Ubuntu 16.04์ Kakaotalk ์ค์น (0) | 2019.12.30 |
Ubuntu ๋จ์ถํค (0) | 2019.12.30 |