*Add installation instructions for end-users.
*Add Basic Installation section.

Signed-off-by: Christopher Diaz Riveros <[email protected]>
---
 INSTALL | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 INSTALL

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..84510d8
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,25 @@
+Installation Instructions
+*************************
+
+Copyright (C) 2018 Free Software Foundation, Inc.
+
+Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
+
+Basic Installation
+==================
+
+The GNU implementation from hello algorithm can be compiled with the shell
+command `./boostrap` after installing Automake, Autoconf and Gettext. For
+more detailed information about how to prepare a development environment
+refer to README-dev.
+
+After running `./boostrap` the first time, running `make` should suffice
+to compile the sources.
+
+Typing `make install' will install the programs and any data files and
+documentation.  When installing into a prefix owned by root, it is
+recommended that the package be configured and built as a regular
+user, and only the `make install' phase executed with root privileges.
-- 
2.16.1


Reply via email to