Program to generate an xml file based on a provided text file
Ir al archivo
Chris Cromer 1b8e93c3c5 fix case 2016-10-24 13:36:02 -03:00
misc added config file for diego 2016-10-24 13:33:15 -03:00
src fix case 2016-10-24 13:36:02 -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 cleanup 2016-10-23 23:17:03 -03:00
Makefile.am added report 2016-10-23 23:28:20 -03:00
Makefile.in added report 2016-10-23 23:28:20 -03:00
NEWS cleanup 2016-10-23 23:17:03 -03:00
README updated requirements to build 2016-10-23 19:50:50 -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 added report 2016-10-23 23:28:20 -03:00
configure.ac cleanup 2016-10-23 23:17:03 -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

Integrante:
    Christopher Cromer
        Sección 1
        MATEO 16-20

Este programa necesita:
    libxml2
    libxslt
    pkg-config
    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>