简体   繁体   English

访问存档文件中的 Chromium OS 源代码

[英]Access Chromium OS source code in archive file

I use Chrome OS for a lot of my programming (oddly enough, but I do), and I wanted to access the Chromium OS source code because I like Chrome OS, and I want to see the insides of how it works.我在很多编程中都使用 Chrome OS(很奇怪,但我确实这样做了),并且我想访问 Chromium OS 源代码,因为我喜欢 Chrome OS,并且我想了解它的内部工作原理。 Only problem is, I can't access the CLI to do all the checkout stuff, even though I can enable a Debian VM (I don't want to, because I use it for everything, so I don't want to mess it up), but I can extract a .zip or .tar.* file through a Chrome extension.唯一的问题是,即使我可以启用 Debian 虚拟机,我也无法访问 CLI 来执行所有结帐工作(我不想这样做,因为我将它用于所有事情,所以我不想弄乱它up),但我可以通过 Chrome 扩展程序提取.zip.tar.*文件。 So basically, I want to know how (and if) to access an archive file of the Chromium OS source.所以基本上,我想知道如何(以及是否)访问 Chromium OS 源的存档文件。

Sorry, but there is no single archive provided for all of the Chromium OS source.抱歉,没有为所有 Chromium OS 源代码提供单一存档。 A single checkout is made up of 100's of independent git repositories listed here: https://chromium.googlesource.com/chromiumos/manifest/+/HEAD/full.xml单个结帐由此处列出的 100 个独立 git 存储库组成: https://chromium.googlesource.com/chromiumos/manifest/+/HEAD/full.Z0F635D0E0F3874C7CAFF8

If you want a checkout, you'll need to follow the documentation: https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md如果您想要结帐,您需要遵循文档: https://chromium.googlesource.com/chromiumos/docs/+/HEAD/developer_guide.md

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM