Documentation in README
This commit is contained in:
parent
5c4b3997ed
commit
8c0ce81289
14
README
14
README
|
|
@ -7,3 +7,17 @@ See the COPYING file for licensing terms.
|
||||||
This software is distributed from the following site:
|
This software is distributed from the following site:
|
||||||
|
|
||||||
http://www.pogo.org.uk/~mark/bpm-tools/
|
http://www.pogo.org.uk/~mark/bpm-tools/
|
||||||
|
|
||||||
|
The build is controlled via Makefile variables. In general
|
||||||
|
you should be able to build using:
|
||||||
|
|
||||||
|
$ make
|
||||||
|
$ make install
|
||||||
|
|
||||||
|
To change the target prefix, for example:
|
||||||
|
|
||||||
|
$ make install PREFIX=/opt/bpm-tools
|
||||||
|
|
||||||
|
The Makefile picks up additional variables from a .config file
|
||||||
|
in the source directory. You will prefer to use this if you want
|
||||||
|
to control build flags for testing and debugging.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue