[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Stdlib 34.1 released
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 1 Apr 2013 20:57:02 +0200
2013/4/1 Gary V. Vaughan <gary@vaughan.pe>:
> Stdlib's home page is at http://github.com/rrthomas/lua-stdlib/
How does one use the stuff in there?
The INSTALL says:
Briefly, the shell commands `./configure; make; make install' should
configure, build, and install this package.
I've often seen packages with that; however, this one does not have
a ./configure. It does not have a Makefile. It does not have a rockspec.
Instead, it has:
configure.ac
GNUmakefile
Makefile.am
stdlib.rockspec.in
Obviously some package will turn these into the real thing.
Doubtless some Googling or internet exploration will reveal
all. But a little hint in ether the README or INSTALL would
have been nice.