Commit 289be574 authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

Remove INTEL Only-type things.

Looks like I didn't remove all the intel only bits last time.
parent 1d91bdab
...@@ -114,14 +114,9 @@ ...@@ -114,14 +114,9 @@
The idea is that you may be on a weak internet connection and cannot download too much data, but you don't have Crouton and need just some few small packages. Also, you may be on a good internet connection and need just some few small packages. Also, why not to use Chrome OS as a normal operating system? The idea is that you may be on a weak internet connection and cannot download too much data, but you don't have Crouton and need just some few small packages. Also, you may be on a good internet connection and need just some few small packages. Also, why not to use Chrome OS as a normal operating system?
</p> </p>
<h3>Why does it currently only work on i686 and x86_64?</h3>
<p>
Because it needs Ruby, Git, GNU Make and GCC to work, and I only have an i686/x86_64 Acer C7 Chromebook, so I can't port this software to other architectures. If Chromebrew will be widely used, I'm planning to raise money on Kickstarter to buy other Chromebooks and make Chromebrew work also on them.
</p>
<h3 id="howcanihelp">How can I help?</h3> <h3 id="howcanihelp">How can I help?</h3>
<p> <p>
If you have a compatibile (i686 or x86_64) Chromebook, you can fork my Github repo and add some new packages to its <code>packages</code> directory if you managed to build them from source successfully on your device. Package recipes are simple Ruby files - here is an example: If you have a compatibile (arm, i686 or x86_64) Chromebook, you can fork my Github repo and add some new packages to its <code>packages</code> directory if you managed to build them from source successfully on your device. Package recipes are simple Ruby files - here is an example:
</p> </p>
<p> <p>
<script src="https://gist.github.com/skycocker/6747775.js"></script> <script src="https://gist.github.com/skycocker/6747775.js"></script>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment