bug-hello
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 2/2] INSTALL: New version


From: Christopher Diaz Riveros
Subject: [PATCH v2 2/2] INSTALL: New version
Date: Thu, 8 Feb 2018 13:06:40 -0500

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

Signed-off-by: Christopher Diaz Riveros <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]