~ubuntu-branches/debian/experimental/ettercap/experimental

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Package Import Robot
  • Author(s): Barak A. Pearlmutter
  • Date: 2013-03-27 11:55:24 UTC
  • mfrom: (25.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20130327115524-ahjhvuh03ejcfuui
Tags: 1:0.7.6-2~exp1
Experimental release with IPv6 support

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
$ cmake ../
6
6
$ make
7
7
$ make install
 
8
 
 
9
If the build fails because you're missing a dependency:
 
10
 
 
11
$ (Install any missing dependencies.)
 
12
$ make clean-all
 
13
$ cmake ../
 
14
$ make
 
15
$ make install
 
16