dev-libs/clhpp: New package for Khronos OpenCL C++ bindings.
[gentoo.git] / licenses / VGBA
1 Unix
2     I have compiled VGBA for several different flavors of Unix and made the binaries available 
3 for free at the VGBA homepage. The current VGBA-Unix has several important requirements 
4 though:
5
6 * Current VGBA core code will only run on low-endian systems. This excludes SPARC, 
7   680x0, and some other architectures from the list of possible ports. I'm hoping to add 
8   high-endian support in the future.
9 * As GBA video hardware is capable of displaying 32768 colors, and GBA programs use 
10   this capability extensively, I am only providing VGBA-Unix binary compiled for the 16bit 
11   color. If your Xserver is unable to support this resolution, VGBA-Unix will not run on it.
12 * Since version 1.2, VGBA-Unix uses threaded sound driver. This means that your Unix 
13   must support POSIX Threads, or VGBA-Unix will not run. On the systems with optional threads 
14   support, please, add this support prior to running VGBA-Unix.