SimCMinMax / AutoSimC

Python script to create multiple profiles for Simcraft to find Best-in-Slot and best enchants/gems/talents combination.
GNU General Public License v3.0
54 stars 17 forks source link

Adding shell script to auto-download, install, and run on ubuntu #27

Closed krazyito65 closed 6 years ago

krazyito65 commented 6 years ago

Created a small shell script that will automatically download and compile the simc executable for Ubuntu.

NOTE: This PR is not ready, I still need to do a check for if we already have the newest version of simc installed or not (currently will just wipe the directory and re download / compile).

I'm open to any comments or feedback.

krazyito65 commented 6 years ago

I refactored the whole script, but its still not 'ready' need to do a couple more tests to make sure i didn't break anything.

krazyito65 commented 6 years ago

Ok, script is 'ready' for merge after the maintainers feel its worth adding and have made comments about the script.

scamille commented 6 years ago

wow with functions now ;)

1 thing before I pull this: Can you please add something to README.md about it?