Added my own implementation of "Hello world" as an example.

This commit is contained in:
heinzel
2007-11-26 23:37:48 +00:00
commit 7fce74e667
11 changed files with 509 additions and 0 deletions

13
INSTALL Normal file
View File

@@ -0,0 +1,13 @@
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