- PicoGUI v0.44 "Polygons of the Apocalypse" - ------------ Release Notes The major changes in this release include: - VNC server - Much improved OpenGL support - pgserver embedding - bugfixes As always, this isn't meant to be a stable release, it is only provided so people can more easily experiment with PicoGUI and possibly help in its development. -------------- To get started: - If you're still fuzzy on what this is supposed to be exactly, take a look at some of the docs at http://picogui.org, specifically the FAQ. - If you're wondering what order you should examine the packages here, the suggested order is pgserver, cli_c, themetools, and apps, then optionally others like ports or extra_themes. Note that you will have to either run "make install" for pgserver, or otherwise point cli_c and themetools at pgserver's headers using their respective ./configure options. - Read all the README files and INSTALL in the pgserver directory! The PicoGUI server has a lot of compile time options. The defaults are reasonable for developing picogui apps on a desktop, but this is where you can tweak picogui for different confgurations. - Note that there is also a good deal of optional runtime configuration, documented in README.configfile, and to a lesser extent in the output of "pgserver -h" - If you still have questions, send them to the pgui-devel mailing list (at http://picogui.org) or drop by #picogui on irc.freenode.net and ask. Have a lot of fun! -- Micah Dowty