Program to generate an xml file based on a provided text file
Go to file
Chris Cromer 812cfcb887 minor changes 2016-10-21 18:23:59 -03:00
misc started xml output 2016-10-20 23:08:33 -03:00
src minor changes 2016-10-21 18:23:59 -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 update build system 2016-10-17 21:10:47 -03:00
Makefile.am started xml output 2016-10-20 23:08:33 -03:00
Makefile.in updated makefile.in 2016-10-21 11:13:12 -03:00
NEWS update build system 2016-10-17 21:10:47 -03:00
README makefile changes 2016-10-17 20:18:31 -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>