Difference between revisions of "Development"

From HyperSecurity Wiki
Jump to: navigation, search
(Created page with "== Configure == Change installation location when compiling source: ./configure --prefix=/directory")
 
(Configure)
Line 1: Line 1:
 
== Configure ==
 
== Configure ==
 +
 +
See configuration options
 +
./configure --help
  
 
Change installation location when compiling source:
 
Change installation location when compiling source:
 
  ./configure --prefix=/directory
 
  ./configure --prefix=/directory
 +
 +
== Building ==
 +
./configure --prefix=/directory/path
 +
make
 +
make install
 +
 +
== Notes ==
 +
 +
Check the Makefile to read build information

Revision as of 01:26, 13 October 2020

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