Freebloks-3D
Freebloks-3D copied to clipboard
How to compile?
How can I compile this program for Linux and/or Windows? I have a Windows and a Linux computer, but I don't know which commands to use. On Linux, neither make, automake, autoconf nor ./configure do work. All command show some kind of error messages, like "no proper invokation of AM_INIT_AUTOMAKE" was found" (automake).
Ok, managed it on Linux for Linux. I had to run:
ln -s /usr/share/automake-1.16/compile ./compile aclocal automake autoconf ./configure make
Thank you, I will add this to the README file.