nuhrin / pandafe

"Universal" SDL frontend for Pandora
GNU General Public License v3.0
5 stars 0 forks source link

Pandafe

Pandafe is a sort of "universal" SDL frontend for Pandora games and emulators.

It was written especially for the Pandora, with the following goals:

For more information see README.

Download

Latest pnd is available at:
http://repo.openpandora.org/?page=detail&app=package.pandafe

Compiling from tarball

You will need to either compile natively on your pandora or use an appropriate cross-compiler.
See: http://boards.openpandora.org/index.php?/topic/7173-sdk-developer-tools-documentation-updated/

Examples:

freamon's native development tools

$ addipk pandora-libpnd-dev
$ addipk vte-dev
$ ./configure
$ make pnd

sebt3's toolchain

$ setprj
$ pndconfigure  
$ make pnd  

Compiling from git

You will need Vala 0.18.0 to compile from the git source.

Once that build requirement is fulfilled you can simply:

$ ./autogen.sh
$ make pnd

If installing Vala on the compilation host system is not feasible you can:

$ ./autogen.sh
$ make && make dist

Acknowledgements

Interaction design & testing by Stefan Nowak (porg).