brenocq / atta

Simulator for multi-robot systems
https://atta.brenocq.com
MIT License
19 stars 4 forks source link

Project doesn't install anything #6

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Please add the install target.

The executable atta throws exception when run alone, so it probably expects some other files.

brenocq commented 3 years ago

Thank you, I just updated the atta AUR package to generate the atta executable.

yurivict commented 3 years ago

But installation is supposed to be done 100% from inside of the project. The atta AUR port shouldn't run the install command.

brenocq commented 3 years ago

Oh, thanks for letting me know, I really appreciate it. Sorry about that, I just started with cmake and AUR packages... I'm going to reopen this issue and study more about it. I recreated the cmake file and the pkgbuild file in the past few days, if you find something strange there, please tell me. Thanks!

brenocq commented 3 years ago

Hi, now the project is installing the atta and atta_test executables. I'm closing this issue, if you find anything wrong with the new build, please let me know. Thank you!