Difference between revisions of "Chromium for Windows"
From MgmtWiki
(Created page with "==Full Title or Meme== Build your own browser for Windows. ==Context== https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md ==Recommendati...") |
(→Full Title or Meme) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Full Title or Meme== | ==Full Title or Meme== | ||
| − | Build your own browser for Windows. | + | Build your own browser for Windows based on the [[Chromium]] open-source project. |
==Context== | ==Context== | ||
| − | https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md | + | |
| + | ==Setup== | ||
| + | *Visual Studio needs to include C++ as well as ability to add extensions to VS. | ||
| + | * [https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md Windows Build Instructions] | ||
| + | |||
==Recommendations== | ==Recommendations== | ||
[[Category: Browser]] | [[Category: Browser]] | ||
[[Category: Best Practice]] | [[Category: Best Practice]] | ||
Latest revision as of 13:45, 29 July 2023
Full Title or Meme
Build your own browser for Windows based on the Chromium open-source project.
Context
Setup
- Visual Studio needs to include C++ as well as ability to add extensions to VS.
- Windows Build Instructions