File: INSTALL

package info (click to toggle)
bfbtester 2.0.1-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 380 kB
  • ctags: 222
  • sloc: sh: 1,880; ansic: 1,596; makefile: 61
file content (20 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
BFBTester -- Brute Force Binary Tester
Copyright 2000 Mike Heffner <mheffner@vt.edu>
http://bfbtester.sourceforge.net


I N S T A L L

1 )  Run `configure' and all the Makefile's will be automatically
created.

2 )  Run make to build the program.

3 )  Do a make install to install the program to the $PREFIX directory
selected by configure process.


NOTE:

GNU make is not required to build project, however to do a `make clean'
GNU make is required.