Install Astade on Ubuntu
Astade needs wxWidgets installed to work. Follow the instructions found at http://wiki.wxpython.org/InstallingOnUbuntuOrDebian in order to get your APT aware of it. Afterwards you can head to the download page and install Astade from the recent DEB package provided.
Setup Development Environment
In order to take part at the Astade Development, you need further development packages installed. These are:
- g++, GNU C++ Compiler
- wx2.8-headers, Header-Files to the wxWidgets libraries
- libwxgtk2.8-ansi-dev, wxWidgets development files (ANSI build)
- [optional] libwxgtk2.8-ansi-dbg, wxWidgets development files (ANSI/Debug build)
- libboost-dev, Boost Library used for parsing aso
- python-wxglade, wxGlade GUI Designer used for some dialogs
You must ensure to install the ANSI build of wxWidgets. The default is to install the unicode version, this will not work with Astade up to now.
Hint: Due to "a feature" of my Synaptic Packagemanager, I had to install the correct DEB packages manually.

