Installing AudeLA 2.0.0
Installing on Windows
Run audela-2.0.0.exe
Windows XP installation : Microsoft Visual C++ 2008 redistribuable x86 for Windows XP is required before starting Audela.
This Windows update is available here : vc9redist_x86.exe
Installing on Linux
Debian / Ubuntu
Run as root or sudo
Delete the previous version if necessary
apt-get remove-thread audela
Install the new version
dpkg-i-audela 2.x.x.deb
When first installed, the following error message appears: ”… dependency problems prevent configuration of audela-…”. Then execute the following command:
apt-get-f install
RED HAT / Mandriva RPM
Run as root or sudo:
urpmi-audela 2.x.x.rpm
Launching AudeLA
Two possible ways:
- From the menu of your windows manager, in the Education or Science menu, AudeLA icon appears with the}} {{http://bmauclaire.free.fr/astronomie/softs/audela/audela.gif?25x25
- Enter audela in a console.
Note: To access the camera and peripherals: sudo audela
Install Audela from the sources
How to compile AudeLA under his favorite OS:
Prerequisites:
- xlibs-dev or-devel libXFree86.
- gcc 3.3.4.
- Tcl-dev libstdc 8.5
- Tk-dev 8.5 * 8.0 blt (2.4u-7).
- Libgsl0-dev 1.1.1-1 or for AudeLA 1.2.3: libgsl0-dev 1.4-x.
The installation of the *- dev packages will install the binary libraries. For example on Debian, as root for this step only:
apt-get install xlibs-dev tcl8.5-dev tk8.5-dev blt-dev libgsl0 gcc-3.3 libstdc 3 linux-kernel-headers
To download AudeLA for Linux, 2 methods are possible:
- either download the archive of the stable version the stable version.
- or download the update from CVS (latest development version that is potentially unstable):
1st update:
mkdir audela cvs -d:pserver:anonymous@audela.cvs.sourceforge.net:/cvsroot/audela login
Next updates:
cvs -z3-d:pserver:anonymous@audela.cvs.sourceforge.net:/cvsroot/audela co -P audela
- First you may have to make this file executable:
chmod 755 configure
cd audela/src ./configure make external; make
Make the audela.sh file executable:
cd ../bin chmod 755 audela.sh
Run AudeLA:
./audela.sh
And there you are!

