Obtaining the Code
No official releases have been made yet, so no tarballs are available.
To obtain the most recent stable copy of the code, please clone our main git repository:
git clone git://projectaether.com/aether
To obtain the most recent development copy of the code, please clone our git development repository:
git clone git://projectaether.com/aether-devel
Installing and Setup
Æther uses the waf build system for building and installation. We've only worked with Æther on Linux systems (specifically Ubuntu systems). Please contact us if you are attempting to use Æther on a Windows or Mac system.
Brief installation steps:
- To run: ./waf configure --prefix=$PWD
- To install: ./waf install
- Tell python Æther exists (bash-ish shells): export PYTHONPATH=$PWD:$PYTHONPATH
- Run Æther: ./aether/bin/aether
The file .aether_settings (by default) is the YAML settings file Æther uses for settings. Modules to run can be specified on the command line or in that settings file.
Windows Support
Kate Ericson is currently working on getting Æther running on windows.