14 lines
229 B
Plaintext
14 lines
229 B
Plaintext
To build hello, run the following commands:
|
|
./configure
|
|
make
|
|
|
|
To build a static binary, run:
|
|
./configure --static
|
|
make
|
|
|
|
To install the binary and the man page, run:
|
|
make install
|
|
|
|
To only install the binary, run:
|
|
make install-bin
|