@html_text_substitution=readme.txt|readme.txt @external-css=../allegro.css @document_title=Allegro QNX-specific information @
______ ___ ___ /\ _ \ /\_ \ /\_ \ \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ /\____/ \_/__/ QNX-specific information. See readme.txt for a more general overview. @@heading QNX notes Status: it works. Only annoying bug left seems to be the display switching in fullscreen mode; just don't try to change workspace while in fullscreen or your program will crash... Also, video bitmaps and hardware acceleration are still not yet implemented. @heading Required software The library works with QNX 6.0 RTP. You need the development tools installed on your system; if you don't have them, you can get them from the QNX online repository using the Package Manager. @heading Installing Allegro As Allegro is a multiplatform library, you first need to set it up for use on QNX RTP, by running:
END_OF_MAIN()
macro right after
your main()
function!
@heading
Final notes
Allegro for QNX requires you to be running the Photon MicroGUI environment;
if Photon cannot be found, the library will fail to initialize. If this
happens, you're probably in a text console; just run "ph" to start Photon.