Closed Suavesito-Olimpiada closed 2 years ago
First, nice project! I think it would be cool to have a target on the Makefile for building as a library to be able to link to. I would like to help, but I don't know about automake neither autoconf.
Makefile
automake
autoconf
I see that it already has a target for this with the flags --enable-shared=yes and --enable-static=yes when running .configure.
--enable-shared=yes
--enable-static=yes
.configure
First, nice project! I think it would be cool to have a target on the
Makefile
for building as a library to be able to link to. I would like to help, but I don't know aboutautomake
neitherautoconf
.