Q: How can I install Ario?
A:
The first thing to do is to download the sources of ario from the Download page and to uncompress them.
- To compile Ario you need to install some developement files:
- gtk+-2.0
- glib-2.0
- libglade-2.0
- libcurl3
- libavahi
- libsoup2.2 or 2.4
- libdbus-glib
- libnotify (for libnotify plugin)
- automake, autoconf, intltool
For example, on Ubuntu or Debian, you can use the command :
apt-get install libgtk2.0-dev libglib2.0-dev libglade2-dev libcurl4-dev libavahi-client-dev libavahi-glib-dev libsoup2.4-dev libdbus-glib-1-dev libnotify-dev automake autoconf intltool - When everything is ready, you can go to ario sources directory and type:
- ./configure
- make
- make install as root (or sudo make install)
You can now launch Ario with ario command