Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurent22/appetizer
Official repository for Appetizer, the open source application launcher, or dock, for Windows.
https://github.com/laurent22/appetizer
Last synced: about 2 months ago
JSON representation
Official repository for Appetizer, the open source application launcher, or dock, for Windows.
- Host: GitHub
- URL: https://github.com/laurent22/appetizer
- Owner: laurent22
- Created: 2013-04-15T11:04:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T18:17:34.000Z (over 7 years ago)
- Last Synced: 2024-08-02T13:18:32.029Z (4 months ago)
- Language: C++
- Homepage: https://appetizer.cozic.net/
- Size: 19.9 MB
- Stars: 39
- Watchers: 8
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starz - laurent22/appetizer - Official repository for Appetizer, the open source application launcher, or dock, for Windows. (C++)
README
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](http://wiki.wxwidgets.org/Microsoft_Visual_CPP_Guide) 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](http://priyank.co.in/readarticle.php?article_id=1) 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](http://app.etizer.org/wiki)