| View previous topic :: View next topic |
| Author |
Message |
pctechie
Joined: Tue Nov 17, 2009 1:20 pm Posts: 49 Location: Manchester,UK
|
Posted: Fri Nov 20, 2009 1:39 am Post subject: Get Google Chrome OS-catch you have to compile it! |
|
|
Yes you have to compile it from source code
Source
Getting and Building a Chromium-Based OS
Contents
1. 1 Prerequisites
2. 2 Get the source
3. 3 Build Chromium OS
4. 4 Make changes
5. 5 More information
Welcome to Chromium OS!
Our goal here is to give you an idea of how to get started.
Note: For all instructions, make sure you download the client into a local directory. Placing the source and compiling on a network partition will drive you nuts.
Note: These build instructions will evolve over time as the build system is improved. Make sure to periodically check back for the latest information.
Prerequisites
You need to have Linux. We currently support the following:
* Ubuntu (Hardy 8.04 or newer, Karmic 9.10 recommended)
* An account with root access (needed to run chroot and modify the mount table)
* Chromium prerequisites (needed to build a Chromium-based browser as part of building Chromium OS) |
|
| Back to top |
|
 |
M-Saunders Moderator

Joined: Mon Apr 11, 2005 1:14 pm Posts: 2883
|
|
| Back to top |
|
 |
pctechie
Joined: Tue Nov 17, 2009 1:20 pm Posts: 49 Location: Manchester,UK
|
|
| Back to top |
|
 |
hecatae

Joined: Sun Feb 25, 2007 10:22 pm Posts: 63
|
Posted: Sun Dec 06, 2009 10:25 pm Post subject: |
|
|
Chrome OS Cherry USB image! Enjoy! http://bit.ly/5sNQmI
installed to eeepc701
default username facepunch
default password facepunch
| Quote: | Latest News (04/12):
ChromeOS Cherry released with new Broadcom/Ralink support and many bugfixes! Broadcom WiFi works, but you need to wait about 5 minutes after booting to connect to a network |
|
|
| Back to top |
|
 |
LeeNukes LXF regular

Joined: Sun Jun 21, 2009 9:11 pm Posts: 954 Location: At the bar
|
Posted: Sun Dec 06, 2009 11:22 pm Post subject: |
|
|
I tried it, wasn't impressed. Couldn't for the life of me work out where I was supposed to change the keyboard to UK English. _________________ Join GiffGaff and get £5 free credit |
|
| Back to top |
|
 |
Hb_Kai
Joined: Mon Dec 07, 2009 7:36 pm Posts: 6 Location: Wild, Wild, Web
|
Posted: Mon Dec 07, 2009 10:50 pm Post subject: |
|
|
I've seen mixed thoughts of this operating system.
Some say it's a Ubuntu-based OS which, after seeing the repos list, I could agree with but others say it's an openSUSE mod. |
|
| Back to top |
|
 |
ollie Moderator

Joined: Mon Jul 25, 2005 12:26 pm Posts: 2749 Location: Bathurst NSW Australia
|
Posted: Mon Dec 07, 2009 11:03 pm Post subject: |
|
|
| Hb_Kai wrote: | I've seen mixed thoughts of this operating system.
Some say it's a Ubuntu-based OS which, after seeing the repos list, I could agree with but others say it's an openSUSE mod. |
| The Chromium Projects wrote: | Adding a New Package
Here's how you add a new package to Chromium OS:
1. Get your build working, so that you can create a debian package.
Note: Start with minimal code, so that your changes are easier to review and incorporate into Chromium OS.
2. Create a debian folder with control, changelog, and rules files. The control file contains the metadata about the package; the rules files describes rules for building the package. Look at other examples to see how to create these files.
3. Once you have your build system working, create a make_pkg.sh file in the base directory of your package. Look at other examples to see how to create this file.
Note: If your package is a third-party package, it must go into src/third_party and be accompanied by its license.
4. Create a README file that describes the purpose of the package. If your package is a third-party packaage, document any custom patches that have been applied.
5. Add any extra dependencies your package might need.
6. Modify build_platform_packages and edit the build_image.sh file, so that the build system will build your package.
Once you're done, make sure your changes to do not break the build system. Then create a changelist and get it reviewed (see Contributing Code for details).
|
Definitely a Debian based system, not OpenSUSE, so it is highly likely that it started with either Ubuntu 8.04+ or Debian Sid. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|