All Projects → laurent22 → appetizer

laurent22 / appetizer

Licence: other
Official repository for Appetizer, the open source application launcher, or dock, for Windows.

Programming Languages

C++
36643 projects - #6 most used programming language
pascal
1382 projects
XSLT
1337 projects
autohotkey
350 projects
NSIS
403 projects
lua
6591 projects

This is the offical repository for Appetizer, the application launcher, or dock, for Windows. It was originally an SVN repository, which explains the trunk/branches/tags structure.

Building Appetizer

This project is developed and built using Visual C++ 2008 Express Edition and wxWidgets (2.8.9 Unicode).

wxWidgets

wxWidget must be built in Unicode as a Multi-threaded (/MT option). This page provides some very good information on how to build wxWidgets.

Required environment variables

In order to build the project, you must set one WXWIN environment variable, which points to your wxWidgets folder (eg C:\wxWidgets-2.8.9). Follow this link for some information on how to do that.

Supported OS

Currently, Appetizer can only be built under Windows (tested under XP only). It also builds under Linux with a few tweaks but the interface will not render properly due to differences in the way wxImage and wxBitmap are handled. No tests have been done on Mac OS X although it is possible that it will work under this OS.

More information

More information is available on the official website: http://app.etizer.org/wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].