summaryrefslogtreecommitdiff
path: root/web/content
diff options
context:
space:
mode:
authorDominic Spill <dominicgs@gmail.com>2012-09-19 23:47:30 +1000
committerDominic Spill <dominicgs@gmail.com>2012-09-19 23:47:30 +1000
commit7937f6d7f88ff202592bbee7dc6e220be33c5732 (patch)
tree9029255bd5d8acc524af2adbb90df1c72177bf41 /web/content
parent99ac38a952d12c01c21b453d7e1235a3283bfd6c (diff)
Correction to Kismet build instructions for 2011-03-R2
Diffstat (limited to 'web/content')
-rw-r--r--web/content/usage/build.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/content/usage/build.html b/web/content/usage/build.html
index 6f0b009..93b289f 100644
--- a/web/content/usage/build.html
+++ b/web/content/usage/build.html
@@ -51,7 +51,7 @@ by default using the following method:</p>
<pre>
wget http://sourceforge.net/projects/ubertooth/files/ubertooth-r534.tar.gz/download -O ubertooth-r534.tar.gz
tar xf ubertooth-r534.tar.gz
- cd ubertooth-r534/host
+ cd ubertooth-r534/host/bluetooth_rxtx
make
</pre>
<br />
@@ -66,7 +66,7 @@ is nessecary to compile Kismet from source:</p>
tar xf kismet-2011-03-R2.tar.gz
cd kismet-2011-03-R2
./configure
- make dep && make
+ make
sudo make suidinstall
</pre>
@@ -110,7 +110,7 @@ by default using the following method:</p>
<pre>
wget http://sourceforge.net/projects/ubertooth/files/ubertooth-r534.tar.gz/download -O ubertooth-r534.tar.gz
tar xf ubertooth-r534.tar.gz
- cd ubertooth-r534/host
+ cd ubertooth-r534/host/bluetooth_rxtx
make
</pre>
<br />
@@ -125,7 +125,7 @@ to compile Kismet from source:</p>
tar xf kismet-2011-03-R2.tar.gz
cd kismet-2011-03-R2
./configure
- make dep && make
+ make
su -c "make suidinstall"
</pre>
@@ -176,7 +176,7 @@ by default using the following method:</p>
<pre>
wget http://sourceforge.net/projects/ubertooth/files/ubertooth-r534.tar.gz/download -O ubertooth-r534.tar.gz
tar xf ubertooth-r534.tar.gz
- cd ubertooth-r534/host
+ cd ubertooth-r534/host/bluetooth_rxtx
make
</pre>
<br />