Difference between revisions of "How to get the Geexbox distribution"

From IGEP - ISEE Wiki

Jump to: navigation, search
Line 1: Line 1:
 
'''(work in progress)'''
 
'''(work in progress)'''
 +
 +
=== Introduction ===
 +
(todo)
 +
 +
=== Features ===
 +
* [http://enna.geexbox.org Enna media center]
 +
* OpenGL|ES acceleration
 +
* DSP-accelerated media playback with GStreamer (work in progress)
 +
* ...
 +
 +
=== How to build ===
 +
* install mercurial to clone the source tree
 +
* run '''hg clone http://hg.geexbox.org/geexbox'''
 +
* edit '''config/options''' and set
 +
<code>
 +
TARGET_ARCH=arm<br>
 +
TARGET_CPU=cortex-a8<br>
 +
SERVICES=yes<br>
 +
XORG_DRIVERS="omapfb"<br>
 +
PULSEAUDIO=no<br>
 +
GSTREAMER=yes<br>
 +
</code>
 +
* run '''make flat''' to build the distribution
 +
* copy the generated tree to a microsd
  
 
=== Feedback and Contributing ===
 
=== Feedback and Contributing ===

Revision as of 16:52, 4 June 2010

(work in progress)

Introduction

(todo)

Features

  • Enna media center
  • OpenGL|ES acceleration
  • DSP-accelerated media playback with GStreamer (work in progress)
  • ...

How to build

TARGET_ARCH=arm
TARGET_CPU=cortex-a8
SERVICES=yes
XORG_DRIVERS="omapfb"
PULSEAUDIO=no
GSTREAMER=yes

  • run make flat to build the distribution
  • copy the generated tree to a microsd

Feedback and Contributing

If you're interested in Geexbox distribution at any point you can contribute to this How-To.

Editing permissions are restricted to registered users. Register in the main IGEP site and you will have single sign-on.