How to Build Chromium
Download the source code of Chromium
1 | fetch chromium |
Build dependencies
1 | sudo src/build/install-build-deps.sh |
Patch and compile
1 | cd src |
Set ASAN_OPTIONS
1 | export ASAN_OPTIONS=detect_odr_violation=0 |
Start Chromium
1 | ./out/asan_debug/chrome |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.