Program to generate an xml file based on a provided text file
Go to file
Chris Cromer 9488ad1bd6 more robust getline for windows added 2016-10-29 16:38:22 -03:00
misc added config file for diego 2016-10-24 13:33:15 -03:00
src more robust getline for windows added 2016-10-29 16:38:22 -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 changes to the makefiles 2016-10-29 16:21:51 -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 changes to the makefiles 2016-10-29 16:21:51 -03:00
README changes to the makefiles 2016-10-29 16:21:51 -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 changes to the makefiles 2016-10-29 16:21:51 -03:00
configure.ac changes to the makefiles 2016-10-29 16:21:51 -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

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>