Program to generate an xml file based on a provided text file
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Chris Cromer 9488ad1bd6
more robust getline for windows added
6 years ago
misc added config file for diego 7 years ago
src more robust getline for windows added 6 years ago
.gitignore started xml output 7 years ago
AUTHORS fixed memory leak and some small changes 7 years ago
ChangeLog changes to the makefiles 6 years ago
Makefile.am added report 7 years ago
Makefile.in added report 7 years ago
NEWS changes to the makefiles 6 years ago
README changes to the makefiles 6 years ago
aclocal.m4 autotools added 7 years ago
autogen.sh updated autogen 7 years ago
compile add automake scripts 7 years ago
configure changes to the makefiles 6 years ago
configure.ac changes to the makefiles 6 years ago
depcomp updated automake files 7 years ago
install-sh add automake scripts 7 years ago
missing add automake scripts 7 years ago

README

Integrante:

Christopher Cromer
Sección 1
MATEO 16-20

El informe está en la carpeta misc que basado en la estructura de carpeta de un proyecto de GNU.

Este programa necesita:
libxml2
libxslt
pkg-config
glibc compilado con iconv
gcc compilado con C11

Para compilar el programa:
./configure
make

Para compilar para windows 32bit:
./configure --host=i686-w64-mingw32
make

Para compilar para windows 64bit:
./configure --host=x86_64-w64-mingw32
make

Para instalar el programa:
make install

Uso del programa:
generarxml --config <archivo>

Si no deseas instaler el program, puedes copiarlo a la carpeta misc para correrlo:
cp src/generarxml misc/generarxml
cd misc
./generarxml --config <archivo>