Freebloks-3D icon indicating copy to clipboard operation
Freebloks-3D copied to clipboard

How to compile?

Open java-py-c-cpp-js opened this issue 5 years ago • 2 comments

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).

java-py-c-cpp-js avatar Aug 15 '20 11:08 java-py-c-cpp-js

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

java-py-c-cpp-js avatar Aug 15 '20 12:08 java-py-c-cpp-js

Thank you, I will add this to the README file.

shlusiak avatar Sep 17 '20 02:09 shlusiak