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

Installation problem: the 'make' command #33

Open
adenisawa opened this issue Nov 2, 2020 · 1 comment
Open

Installation problem: the 'make' command #33

adenisawa opened this issue Nov 2, 2020 · 1 comment

Comments

@adenisawa
Copy link

Hi.
I'm trying to install the tool. I successfully do the first 3 steps:
(1) cloning the repository,
(2) $ git submodule init
(3) $ git submodule update

However, running the next step: the 'make' command results in the following error message:

mkdir lib
ant -f Clustering/build.xml jar
make: ant: Command not found
Makefile:15: recipe for target 'Clustering/dist/Clustering.jar' failed
make: *** [Clustering/dist/Clustering.jar] Error 127

I have tried many many times, including removing and repeating the steps, but no success. Any idea on how to go about it? Thanks.

@alexw3f
Copy link

alexw3f commented Nov 12, 2021

sudo apt-get install ant

then try again

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