[PATCH] README: fix installation instructions

2018-02-08 Thread Christopher Diaz Riveros
Installation and building instructions point to INSTALL file, which is ignored in .gitignore. Given the fact that Installation and building process is already covered in README-dev, changing the instruction in README seems more reasonable than creating an INSTALL file and removing it from .gitignor

Re: [PATCH] README: fix installation instructions

2018-02-08 Thread Mathieu Lirzin
Hello, Christopher Diaz Riveros writes: > Installation and building instructions point to INSTALL file, which is > ignored in .gitignore. Given the fact that Installation and building > process is already covered in README-dev, changing the instruction in > README seems more reasonable than crea

[PATCH v2 1/2] .gitignore: remove INSTALL from list

2018-02-08 Thread Christopher Diaz Riveros
*Remove INSTALL from the .gitignore file to be available to track it. Signed-off-by: Christopher Diaz Riveros --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47409f7..3cf50d7 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ /hello /hell

[PATCH v2 0/2] Add INSTALL to hello project

2018-02-08 Thread Christopher Diaz Riveros
Adding INSTALL file to project to reflect reference in README and follow GCS. PS. I could not find the exact reference to the INSTALL file as being part of the GCS. Christopher Diaz Riveros (2): .gitignore: remove INSTALL from list INSTALL: New version .gitignore | 1 - INSTALL| 25 +++

[PATCH v2 2/2] INSTALL: New version

2018-02-08 Thread Christopher Diaz Riveros
*Add installation instructions for end-users. *Add Basic Installation section. Signed-off-by: Christopher Diaz Riveros --- INSTALL | 25 + 1 file changed, 25 insertions(+) create mode 100644 INSTALL diff --git a/INSTALL b/INSTALL new file mode 100644 index 000..8451

Re: [PATCH] README: fix installation instructions

2018-02-08 Thread Reuben Thomas
On 8 February 2018 at 16:57, Mathieu Lirzin wrote: > Hello, > > Christopher Diaz Riveros writes: > > > Installation and building instructions point to INSTALL file, which is > > ignored in .gitignore. Given the fact that Installation and building > > process is already covered in README-dev, cha

Re: [PATCH] README: fix installation instructions

2018-02-08 Thread Mathieu Lirzin
Reuben Thomas writes: > INSTALL is a generated file (it comes from gnulib). It should not > therefore be checked into git unless there's a really good > reason. Note that it *should* be (and is!) distributed, so that when a > user unpacks a distribution tarball, it will be there, ready to refer >

Re: [PATCH] README: fix installation instructions

2018-02-08 Thread Reuben Thomas
On 8 February 2018 at 22:53, Mathieu Lirzin wrote: > --8<---cut here---start->8--- See > See the file INSTALL for building and installation instructions. If > this file is not present, it means that you are using a development > repository so see README-dev fo

Re: [PATCH] README: fix installation instructions

2018-02-08 Thread Christopher Díaz Riveros
El jue, 08-02-2018 a las 22:56 +, Reuben Thomas escribió: > On 8 February 2018 at 22:53, Mathieu Lirzin wrote: > > --8<---cut here---start->8--- > > See > > See the file INSTALL for building and installation instructions. > > If > > this file is not present