[Mono-list] Need help with Makefiles

Andres knocte at gmail.com
Tue Feb 28 17:13:45 UTC 2017


On Tuesday, February 28, 2017 01:11 AM, Sascha Manns wrote:
> Hello list,
>
> i finished the first version of my project
> (https://github.com/saigkill/PublicanCreators).
>
> I would like to provide a set of autotools to make it available on
> Linux. Currently i have a configure.ac which produces makefiles in all
> directories. Sadly i haven't any experience, what is needed for my
> project in the configure.ac and what is important in the Makefile.am.
> So can anyone help out with it? So a user can install it with
> ./configure, make and make install?

Makefiles are not required when building an open source mono app/lib. 
You could always make your makefiles call xbuild/msbuild under the hood, 
which would be a bit simpler.




More information about the Mono-list mailing list