| 1 | | |
| | 1 | Running "LOCALBASE=/boot/common/ python setup.py" tells the config where to find libpng and libjpeg. |
| | 2 | (This invokes a whole new list of "more then 10 operands in asm" though, but can be compiled with the adding && !defined(__HAIKU__) on the lines concerned) |
| | 3 | |
| | 4 | Libscrap [http://code.google.com/p/libscrap/source/checkout] can be compiled also on Haiku, you just need to rename the line: |
| | 5 | |
| | 6 | Dependency('SCRAP', '', 'libX11', ['X11']), |
| | 7 | into |
| | 8 | Dependency('SCRAP', '', 'libscrap', ['scrap']), |
| | 9 | in config_unix.py |
| | 10 | |
| | 11 | Running tests seems to be ok, some I can't check here (no sound on this laptop in Haiku) |
| | 12 | |
| | 13 | Checked against a small game: [http://bfruit.sourceforge.net/] |