At this moment Autodir available in tar, rpm formats. More information can be found at http://www.intraperson.com/autodir/.
If source is downloaded, follow these simple steps to install it.
Unpack the source.
$ tar zxvf <tar file name>
Move to the expanded directory and execute the following.
$ ./configure
$ make
# make install
configurescript check for required libraries. If these are not present it will stop from proceeding. |