Changeset 1180 for trunk/batman

Show
Ignore:
Timestamp:
01/13/09 21:59:07 (20 months ago)
Author:
simon
Message:

update INSTALL (at least partly)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/batman/INSTALL

    r1071 r1180  
    33B.A.T.M.A.N. Installation and Usage 
    44################################### 
    5  
    6  
    7   ( There is also a very nice HOWTO from Wesley available as a pdf at: 
    8   http://open-mesh.net/batman/documentation/batmand_howto.pdf ) 
    9  
    105 
    116Compiling from source 
     
    1712You need the usual compile environment and the libpthread-library 
    1813and the kernel module "tun". Both should already be installed on  
    19 your machine, if you use a PC using Linux. On embedded devices  
     14your machine, if you use a PC with Linux. On embedded devices  
    2015both may not be installed in order to save space. 
    2116 
     
    2318--------- 
    2419 
    25 You don't necessarily need to compile. Our download.store at  
    26 downloads.open-mesh.net is likely to offer precompiled packages 
     20You don't necessarily need to compile. Our download store at  
     21downloads.open-mesh.net likely offers precompiled packages 
    2722for your system. 
    2823 
     
    3025section http://open-mesh.net/batman/downloads by executing eg.: 
    3126 
    32  $ wget http://downloads.open-mesh.net/batman/stable/sources/batman-0.3.tar.gz 
    33  $ tar xzvf batman-0.3.tar.gz 
    34  $ cd batmand_0.3 
     27 $ wget http://downloads.open-mesh.net/batman/stable/sources/batman-0.3.1.tar.gz 
     28 $ tar xzvf batman-0.3.1.tar.gz 
     29 $ cd batmand-0.3.1 
    3530 $ make 
    3631 
     
    4237 $ strip batmand 
    4338 
    44 Note there is no installation script at the moment. If you want to  
    45 install it, copy the daemon (batmand) to a location somewhere in  
    46 your path, for example 
     39Install by executing (as root): 
    4740 
    48  $ cp batmand /usr/sbin/ 
     41 $ make install 
    4942 
    5043Or start it right from the directory where you compiled it by