News
Étoilé Stable
Posted on 31 March 2007 by
We create a Étoilé stable branch for regular users. It can be obtained through svn:
svn co http://svn.gna.org/svn/etoile/stable/Etoile Etoile
Components in stable branch are relatively stable. It is recommended for packagers to use stable branch instead of trunk. A simple <i>make</i> can build everything[1]. Here is a short list of what we offer in stable branch:
- Menu bar (MenuServer + EtoileWildMenu)
- Window manager (Azalea)
- Dock (AZDock)
- Desktop background (AZBackground)
- Modern theme (Camaelon)
- Dictionary (DictionaryReader)
- RSS reader (Grr)
- PDF viewer (Vindaloo)
- Address book (AddressManager)
- Calculator (Calc)
- Text editor (Typewriter)
- and many other components behind the scene
[1] PopplerKit uses C++ language. Users may need to specify their C++ compiler to build it. For example: <i>CXX=g++-4.1 make</i>.