From 87152c111d33bf51b22f3e8dbf365cc4062ed161 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Sun, 16 Oct 2016 16:58:34 -0300 Subject: [PATCH] updated instructions --- README | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README b/README index 5f3d277..95226de 100644 --- a/README +++ b/README @@ -1,4 +1,11 @@ -This program requires the following: +Este programa necesita: libxml2 -glibc compiled with iconv support -gcc compiled with C99 +glibc compilado con iconv +gcc compilado con C11 + +Para compilar el programa: +./configure +make + +Para instalar el programa: +make install