voyageur / openglide

Git mirror of openglide CVS (http://openglide.sourceforge.net/)
GNU Lesser General Public License v2.1
48 stars 17 forks source link

Can't compile on Debian buster #21

Closed t9999clint closed 3 years ago

t9999clint commented 3 years ago

there's not configure file and make doesn't work. Autoconf and automake also do nothing.

Is there some documentation that I'm missing? I can't figure it out

voyageur commented 3 years ago

You may be missing some autotools packages? autoconf/automake/libtool/etc

There is no committed configure script as it should be easily recreatable (if this is a word): either the bootstrap script or "autoreconf -vi" should do the trick

t9999clint commented 3 years ago

I totally missed the bootstrap script. Thanks that worked fine. IMHO you should probably update the readme.md to include quick compilation instructions as well as a list of potential dependencies

voyageur commented 3 years ago

IMHO you should probably update the readme.md to include quick compilation instructions as well as a list of potential dependencies

Very good point, yes. Initially this was mostly intented as backup git repository for original sources, but it seems it is used by some! I will add some pointers to README.md