Program to generate an xml file based on a provided text file
Go to file
Chris Cromer 4d832db6e4 updated docs 2016-10-21 19:21:48 -03:00
misc added other test cases 2016-10-21 19:04:58 -03:00
src success message and not found message added 2016-10-21 19:11:15 -03:00
.gitignore started xml output 2016-10-20 23:08:33 -03:00
AUTHORS fixed memory leak and some small changes 2016-10-17 21:42:58 -03:00
ChangeLog updated docs 2016-10-21 19:21:48 -03:00
Makefile.am added new confs to makefile.am 2016-10-21 19:15:54 -03:00
Makefile.in new makefile generated with autogen 2016-10-21 19:16:30 -03:00
NEWS updated docs 2016-10-21 19:21:48 -03:00
README updated docs 2016-10-21 19:21:48 -03:00
aclocal.m4 autotools added 2016-10-16 16:55:55 -03:00
autogen.sh updated autogen 2016-10-17 21:24:11 -03:00
compile add automake scripts 2016-10-17 21:13:55 -03:00
configure update build system 2016-10-17 21:10:47 -03:00
configure.ac update build system 2016-10-17 21:10:47 -03:00
depcomp updated automake files 2016-10-17 20:23:52 -03:00
install-sh add automake scripts 2016-10-17 21:13:55 -03:00
missing add automake scripts 2016-10-17 21:13:55 -03:00

README

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

Para compilar el programa:
    ./configure
    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>