Advertisement
Guest User

chromium-nyx

a guest
Feb 26th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. https://github.com/chromium/chromium/tree/73.0.3683.86
  2.  
  3. https://chromium.googlesource.com/chromium/src/+/master/docs/linux/build_instructions.md
  4.  
  5. GClient:
  6.  
  7. Now you need to create a .gclient file like this
  8.  
  9. solutions = [
  10. {
  11. "managed": False,
  12. "name": "src",
  13. "url": "https://chromium.googlesource.com/chromium/src.git",
  14. "custom_deps": {},
  15. "deps_file": ".DEPS.git",
  16. "safesync_url": "",
  17. },
  18. ]
  19.  
  20. and do:
  21.  
  22. gclient sync
  23.  
  24. GClient 2:
  25.  
  26. gclient config http://src.chromium.org/svn/trunk/src
  27. gclient runhooks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement