mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 11:35:43 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
31
rpi/stm32flash/INSTALL
Normal file
31
rpi/stm32flash/INSTALL
Normal file
|
@ -0,0 +1,31 @@
|
|||
|
||||
Building stm32flash
|
||||
|
||||
A set of static makefiles is provided that should work on most operating
|
||||
systems with a standard build environment, for instance GNU make and gcc.
|
||||
|
||||
1. Build executable
|
||||
|
||||
make
|
||||
|
||||
2. Install executable and manual page (optional)
|
||||
|
||||
make install
|
||||
|
||||
The install location base can be set with the PREFIX flag (default
|
||||
is /usr/local), e.g. make install PREFIX=/opt
|
||||
|
||||
|
||||
Using autotools
|
||||
|
||||
If using a git checkout, you must have autoconf installed and run:
|
||||
|
||||
autoreconf -i -v
|
||||
|
||||
to generate configure and various macro files. If using the release
|
||||
tarballs this step is not necessary.
|
||||
|
||||
Then run ./configure to generate makefiles. Use ./configure --help to
|
||||
list general options.
|
||||
|
||||
Finally run "make" and "make install" as described above.
|
Loading…
Add table
Add a link
Reference in a new issue