Difference between revisions of "Allegro"
From ArmadeusWiki
(Page creation) |
m |
||
(11 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Under Construction}} | |
− | + | ------ | |
==Installation== | ==Installation== | ||
+ | |||
+ | armadeus$ make menuconfig | ||
+ | [[Image:Menuconfig_package.png]] | ||
+ | |||
+ | * Choose Allegro | ||
+ | |||
+ | For the moment it is only possible to have Allegro as a static library. (Doesn't compile as dynamic one). | ||
+ | |||
+ | * copy demo and examples in ''buildroot/build_armv4t/allegro/demo/'' and ''buildroot/build_armv4t/allegro/examples'' on your rootfs | ||
==Usage== | ==Usage== | ||
+ | To launch Allegro programs you must do it from a virtual terminal, for example the one opened on the LCD screen after APF boot. <br>'''You won't be able to launch Allegro programs from the serial console !!'''<br> | ||
+ | This implies that you have a keyboard connected to your board (for the moment only PS/2 one are supported if you have an FPGA onboard). | ||
==Links== | ==Links== | ||
− | * http://alleg.sourceforge.net/ | + | * [http://alleg.sourceforge.net/index.html Allegro project page on SourceForge] |
+ | |||
+ | [[Category:Software]] | ||
+ | [[Category:Graphical User Interface]] |
Latest revision as of 20:13, 1 August 2010
Page under construction... Informations on this page are not guaranteed !!
Installation
armadeus$ make menuconfig
- Choose Allegro
For the moment it is only possible to have Allegro as a static library. (Doesn't compile as dynamic one).
- copy demo and examples in buildroot/build_armv4t/allegro/demo/ and buildroot/build_armv4t/allegro/examples on your rootfs
Usage
To launch Allegro programs you must do it from a virtual terminal, for example the one opened on the LCD screen after APF boot.
You won't be able to launch Allegro programs from the serial console !!
This implies that you have a keyboard connected to your board (for the moment only PS/2 one are supported if you have an FPGA onboard).