DeMaCS-UNICAL / Angry-HEX

An artificial player for the popular video game Angry Birds
https://demacs-unical.github.io/Angry-HEX
Other
18 stars 6 forks source link

jarfile Client.jar Not Found #1

Closed shijcnju closed 5 years ago

shijcnju commented 6 years ago

I can not find the jarfile Client.jar when I run './dev.angryhex.sh run client'. I'm not sure if I misunderstand the ReadMe.

shijcnju commented 6 years ago

I see, I should make file at first.

peschue commented 6 years ago

Hello shijcnju, were you able to create the jar file?

shijcnju commented 6 years ago

@peschue not yet :-( Can you give some hints?

peschue commented 6 years ago

Did you already try to run the following?

./dev.angryhex.sh install all

The version that is currently committed might require you to do this with sudo.

See also the Readme file for commands for individual installation parts: https://github.com/DeMaCS-UNICAL/Angry-HEX/blob/master/README.md

shijcnju commented 6 years ago

@peschue Thanks for your advice! But it still not works when I run ./dev.angryhex.sh. Should I install GNU? As the error is autoreconf: command not found. Please install GNU autoconf. This error is from the command ./bootstrap.sh

shijcnju commented 6 years ago

I've read your paper 《An Artificial Player for Angry Birds Based on Declarative Knowledge Bases》. Great work 👍

peschue commented 6 years ago

It is not GNU, it is GNU autoconf or simply autoconf.

Did you get errors during the installation process? Normally the script should install all required Ubuntu packages. Are you using Ubuntu Linux?

shijcnju commented 6 years ago

@peschue I'm using MAC

peschue commented 6 years ago

We were able to run the agent on MacOS but unfortunately this requires quite some tweaking and installation of various packages.

At that point we would recommend you to setup Ubuntu (16.04) in a virtual machine and try to install the agent there.

shijcnju commented 6 years ago

@peschue I see. Thank you~

peschue commented 5 years ago

As we have nobody maintaining Angry-HEX on MacOS at the moment, I will close this issue for the moment as "wontfix".