maxdeviant / lol-mastery-manager

A tool for managing mastery pages in League of Legends
MIT License
37 stars 21 forks source link

How do I make the forks into an executable? #41

Open Saigonet opened 8 years ago

Saigonet commented 8 years ago

Apologies for the very amateur hour question, but I saw J-a-n-n had made a fork that covers off some of the recent errors. I've got Visual Studio on this machine, but Im struggling to make an exe from his fork.

Can anyone let me know what Im doing wrong/point me in the direction of a guide? Im just really missing this great bit of kit!

Cheers, Sai

maxdeviant commented 8 years ago

To build the full installer executable requires a bit of work. You need to install some external Visual Studio dependencies and then run the LoLMasteryManagerSetup project.

Alternatively, you can just copy the contents of the bin folder and run the executable directly from there. So build the project in Release mode, and then copy the bin/Release folder to your desktop, and run the .exe inside of that folder.

Saigonet commented 8 years ago

Thank you really appreciate it - thanks again for making a great bit of kit

p3dr4m commented 8 years ago

thanks for this

neerh commented 8 years ago

Care to explain better?

SXRWahrheit commented 8 years ago

@maxdeviant When will you update the main branch?