Development

From HyperSecurity Wiki
Revision as of 01:26, 13 October 2020 by Srapaz (talk | contribs) (Configure)
Jump to: navigation, search

Configure

See configuration options

./configure --help

Change installation location when compiling source:

./configure --prefix=/directory

Building

./configure --prefix=/directory/path
make
make install

Notes

Check the Makefile to read build information