File: INSTALL

package info (click to toggle)
dfu-util 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: ansic: 3,266; sh: 1,242; python: 235; makefile: 52; xml: 20
file content (23 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

1. If building from git (not needed for release tarballs):
   Generate build system files (requires autoconf from autotools)

	./autogen.sh

2. Generate makefiles
   (Run ./configure --help to see configuration options)

	./configure

3. Build executables

	make

4. Install executables and manual pages (optional)

	make install

   If installing to a system directory use

	sudo make install