Tips, tricks and manuals
Je bent niet ingelogd.
Pagina's: 1
Compile Chromium:
Of cource you should just install Chromium but for those who want to compile..
60 GB diskspace needed, you will end up with 1 million files!!
Download depot_tools and extract in C:\depot_tools
https://storage.googleapis.com/chrome-i … _tools.zip
add to PATH: C:\depot_tools
In (admin) cmd:
C:
cd\
cd C:\depot_tools\
gclient sync -D
cd\
md build
cd build
md chromium
cd chromium
fetch --nohooks --no-history chromium
cd src
gn gen --args="enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0" --filters=//chrome --no-deps out/WIN64
autoninja -C out\WIN64 chrome -j6
Run chromium browser:
out\WIN64\chrome.exe
on error:
git rebase-update
gclient sync
gclient sync -D
and/or start all over
There should only be one (1!) NINJA.EXE used on your system!
Succes!
Offline
Pagina's: 1