简体   繁体   中英

Chrome OS Development on a Mac

Google just announced the open source release of their Chromium/Chrome OS product:

I'm working on a macbook running snow leopard, and I want to start hacking around with Google's Chrome OS. They suggest using Ubuntu 8.10 linux distro .

I'm curious if any developers have been able to build/use the Chrome OS source code on a Mac, and if not has anyone used a virtual machine or bootcamp on a mac into Ubuntu to develop Chrome OS.

I'm looking for the best possible VM OS solution that lets me stay as close to my Mac OS (I don't like the idea of partitioning and rebooting to hack around in a virtual OS). Are there any free VM solutions (VMWare Fusion costs). I could just use bootcamp into linux , but I'm looking for a solution that let's me stay inside Snow Leopard and possibly even share my disk space with the virtual OS?

你可以使用virtualbox ,我认为在虚拟机中安装Ubuntu没有任何问题,为了共享磁盘,我认为你可以通过网络访问模拟操作系统,所以它不应该太难。

Virtualbox is the best "free" solution to running a Linux development environment for Google's Chrome OS.

Google also has XCode projects to build Chromium the multi-process browser, and TestShell (to test Webkit code).

Chromium Mac Build Instructions

This allows Mac devs to easily test most of the functionality offered with Chrome OS (minus the Linux kernel and system libraries).

和其他人一样,我建议VirtualBox TechCrunch今天早些时候发布了有关如何在Mac上安装带有VirtualBox的Chrome的指南

Just get VirtualBox from Virtualbox.org. I'm using it everyday on Linux host to run Windows. Works great!

Don't know about Chrome, as I have't tinkered with it yet but I'd highly recommend considering Fusion. Sure it's not free, but I've found it to be SO much nicer than VirtualBox as to make it worth it. VirtualBox doesn't seem to be as nice when it comes to host hardware passthrough, and things like that.

Virtualbox is the best free solution for running a Linux distro on a mac.

More simply they provide instructions for building and running Chromium on a mac (minus the Linux distro and system libraries):

There's also Q , which is very fast. You may also be interested in Chrome extensions which don't require a full install of Chrome OS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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