Skip to content

Boombrowser/Boom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cách build:

  1. Anh/em tạo file out trong src.
  2. Anh/em tạo file Default trong file out vừa tạo.
  3. Anh/em tạo file args.gn trong file Default vừa tạo sau đó paste nội dung như sau: is_component_build = true is_debug = false symbol_level = 1 enable_nacl = false use_jumbo_build = true is_official_build = false use_thin_lto = false enable_iterator_debugging = false

Cây thư mục như sau src/out/Default/args.gn

  1. Anh/em chạy lệnh gen: gn gen out\Default
  2. Anh/em chạy lệnh build: autoninja -C out\Default chrome -j 26
  3. Anh/em run chrome bằng lệnh: out\Default\chrome.exe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors