1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-20 06:33:24 +01:00
wiki.mbirth.de/know-how/software/linux/_posts/2010-02-26-compiling-kismet.md

44 lines
1.2 KiB
Markdown
Raw Normal View History

2015-03-20 00:12:12 +00:00
---
created: 2010-02-25 22:44:16 +0100
2022-01-23 17:14:59 +00:00
layout: redirect
layout_old: default
redirect_to: https://blog.mbirth.de/archives/2010/02/25/compiling-kismet.html
2015-03-20 00:12:12 +00:00
tags:
2022-01-23 17:14:59 +00:00
- know-how
- software
- linux
- software
- kismet
title: Compiling Kismet
toc: false
updated: 2010-02-26 00:15:54 +0100
2015-03-20 00:12:12 +00:00
---
2022-01-23 17:14:59 +00:00
2015-03-20 00:12:12 +00:00
You need the following libraries to successfully compile [Kismet](http://www.kismetwireless.net/download.shtml):
* [libncurses5-dev](apt://libncurses5-dev)
* [libncursesw5-dev](apt://libncursesw5-dev)
* [libpcap0.8-dev](apt://libpcap0.8-dev)
* [libpcre3-dev](apt://libpcre3-dev)
* [libnl-dev](apt://libnl-dev)
* [libcap-dev](apt://libcap-dev)
~~~
./configure --enable-airpcap
~~~
Install from PPA
================
You can also install the latest version using `aptitude` from [Festor's HackTools PPA](https://launchpad.net/~festor-deactivatedaccount/+archive/hack-tools).
<p><div class="noteimportant" markdown="1">
The shown URL to the PPA is wrong as Festor's account got deactivated. The correct URLs are:
deb http://ppa.launchpad.net/festor/hack-tools/ubuntu jaunty main
deb-src http://ppa.launchpad.net/festor/hack-tools/ubuntu jaunty main
</div></p>
2015-04-13 20:20:11 +01:00
2022-01-23 17:14:59 +00:00
*[PPA]: Personal Package Archive