AntSimulator icon indicating copy to clipboard operation
AntSimulator copied to clipboard

enhance install.sh

Open a1eaiactaest opened this issue 3 years ago • 4 comments

makes installing easier, installs deps for us.

a1eaiactaest avatar Apr 25 '21 17:04 a1eaiactaest

Thank you for your PR. The problem I see is that it will only work for Debian based system, I don't know if there is a way to do this in a more portable way however.

johnBuffer avatar Apr 27 '21 07:04 johnBuffer

I think we can check if it's debian, arch or something else with this: https://www.cyberciti.biz/faq/how-to-check-os-version-in-linux-command-line/ I'll try to work on it later, but I don't have arch based distro or anything else but I'll see.

a1eaiactaest avatar Apr 27 '21 07:04 a1eaiactaest

I like the motivation behind install.sh keeping everything as simple as possible for new users but I think information about how to install dependencies is best suited for the README. In there we could include instructions for using apt, yum, brew, etc to grab SFML.

ChrisThrasher avatar May 02 '21 04:05 ChrisThrasher

I think we can check if it's debian, arch or something else with this: https://www.cyberciti.biz/faq/how-to-check-os-version-in-linux-command-line/ I'll try to work on it later, but I don't have arch based distro or anything else but I'll see.

Hello Bro! You can try to build different versions in docker.

IvanOrfanidi avatar May 18 '21 12:05 IvanOrfanidi