我如何开始探索铬源 [英] How do I start exploring chromium source

查看:99
本文介绍了我如何开始探索铬源的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,

我是php / .net程序员。我在Chrome上的一个文件夹中下载了chrome浏览器源代码。我想探索代码,稍微调整一下并生成一个exe。

你能告诉我从哪里开始吗?我对python一无所知

我不需要详细的描述,只需打开代码(项目)的基础知识,这样我就可以开始了。我熟悉具有非常明确结构的vs项目。

谢谢你很多



我试过的:



我试过打开文件,但我不明白结构

Hello,
I am a php/.net programmer. I downloaded the chromium browser source code in a folder on windows. I want to explore the code, tweak it a little and generate an exe.
Could you please tell me where to start? I have no knowledge in python
I don't need a detailed description, just the basics of opening the code (the project) so i can get started. I am familiar with vs projects that have a very defined structure.
Thank you alot

What I have tried:

I have tried opening the files but I don't understand the structure

推荐答案

I首先是设置开发环境并在不考虑源代码的情况下构建Chromium。

参见https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md [ ^ ]和https://www.chromium.org/developers/how-tos/get-the-code [ ^ ] 。



一旦工作,你可以开始调整代码。但这至少需要使用所编程语言的基本知识。即使是经验丰富的程序员也可能需要花费大量时间来解析这些大型项目,以找到他们感兴趣的部分。
I would start with setting up the development environment and build Chromium without taking account of the source code.
See https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md[^] and https://www.chromium.org/developers/how-tos/get-the-code[^].

Once that is working you can start "tweaking" the code. But this requires at least basic knowledge of the used programming language. Even experienced programmers might need a lot of time to parse such big projects to find the parts they are interested in.


这篇关于我如何开始探索铬源的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆