Skip to content

Commit 538c0ce

Browse files
author
simon
committed
update INSTALL (at least partly)
git-svn-id: http://downloads.open-mesh.org/svn/batman/trunk/batman@1180 45894c77-fb22-0410-b583-ff6e7d5dbf6c
1 parent 4c1aa41 commit 538c0ce

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

INSTALL

+8-15
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
B.A.T.M.A.N. Installation and Usage
44
###################################
55

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-
10-
116
Compiling from source
127
=====================
138

@@ -16,22 +11,22 @@ Pre-requirements
1611

1712
You need the usual compile environment and the libpthread-library
1813
and the kernel module "tun". Both should already be installed on
19-
your machine, if you use a PC using Linux. On embedded devices
14+
your machine, if you use a PC with Linux. On embedded devices
2015
both may not be installed in order to save space.
2116

2217
Compiling
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
20+
You don't necessarily need to compile. Our download store at
21+
downloads.open-mesh.net likely offers precompiled packages
2722
for your system.
2823

2924
Download and compile the latest stable sources from the download
3025
section 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

3732
After the compilation process is finished you'll find a executable
@@ -41,11 +36,9 @@ in the daemon. Strip it by executing:
4136

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
39+
Install by executing (as root):
4740

48-
�$ cp batmand /usr/sbin/
41+
�$ make install
4942

5043
Or start it right from the directory where you compiled it by
5144
issuing:

0 commit comments

Comments
 (0)