For implementation of olsr we downloaded olsrd-0.6.1 and installed in the system. The source-tree includes the following directories, files, gui, lib, make, redhat and src. The implementation procedure is given below.
First, we build with the command:
>make
We install as root with the command:
>make install
To delete object files we run:
>make clean
Optionally, to clean all generated files, we use the command:
>make uberclean
No comments:
Post a Comment