Wednesday 22 May 2013

Installing OLSR from source !

Earlier i have posted about OLSR installation and configuration - this time around i will be putting this in black in white from building it from source and settle this once and for all,

Lets begin it,

Start putting these command as they are and at the end you will have OLSR succesfully installed without any hassles.

First we will install the pre-requisite which are as follows,

1. flex
2. bison
3. libc6
4. git-core

now open the terminal and start typing these commands,

$ sudo su
# apt-get install flex bison libc6 git-core
# git clone git://olsr.org/olsrd.git
# cd olsrd
# make
# make install
# make clean
# make uberclean
# make libs
# make install_libs

This shud get it done, including all the plugins required for multiple functions,

Now you will have to configure the olsrd.conf file before using it - which i will update the blog in a while.

Thank  You.