Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile? #2

Open
java-py-c-cpp-js opened this issue Aug 15, 2020 · 2 comments
Open

How to compile? #2

java-py-c-cpp-js opened this issue Aug 15, 2020 · 2 comments
Assignees

Comments

@java-py-c-cpp-js
Copy link

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
Copy link
Author

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

@shlusiak
Copy link
Owner

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

@shlusiak shlusiak self-assigned this Sep 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants