Commit 573dde92 authored by Michał Siwek's avatar Michał Siwek

Update supported architectures

parent bdd2f2b5
......@@ -84,7 +84,7 @@
<div class="col-lg-6">
<div class="bs-example bs-example-type">
<h4>Install Chromebrew (along with Ruby and Git)</h4>
<h5>currently only i686 Chromebooks supported</h5>
<h5>currently only i686 and x86_64 Chromebooks supported</h5>
</div>
<div class="highlight">
<pre><code>wget -q -O - https://raw.github.com/skycocker/chromebrew/master/install.sh | bash</code></pre>
......@@ -114,14 +114,14 @@
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>
<h3>Why does it currently only work on i686?</h3>
<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 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.
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>
<p>
If you have a compatibile (i686) 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 (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>
<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