Re: autotools alternatives, is anybody using autosetup?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: autotools alternatives, is anybody using autosetup?
- From: Xavier Wang <weasley.wx@...>
- Date: 2012年7月18日 08:17:21 +0800
but it requires bmake, which is not available in Windows :(
I also hopes can have a Windows version of bmake very much, but no
lucky, so on windows, GNU make is the only choice
2012年7月17日 Aleksey Cheusov <cheusov@tut.by>:
> Consider using mk-configure as a replacement for autotools.
>
> http://sourceforge.net/projects/mk-configure
> https://github.com/cheusov/mk-configure
>
> It is a portable general purpose build automation system that has
> support for Lua.
> You can find simple examples under examples/hello_lua{,2,3}
> directories on github.
>