Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 52b7f79

Browse files
committed
Add INSTALL file with build instructions
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
1 parent 295284e commit 52b7f79

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

INSTALL

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
Building stm32flash
3+
4+
A set of static makefiles is provided that should work on most operating
5+
systems with a standard build environment, for instance GNU make and gcc.
6+
7+
1. Build executable
8+
9+
make
10+
11+
2. Install executable and manual page (optional)
12+
13+
make install
14+
15+
The install location base can be set with the PREFIX flag (default
16+
is /usr/local), e.g. make install PREFIX=/opt

0 commit comments

Comments
 (0)