• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

GitHub: How to build?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

Arbiter Odie

Member
Joined
Aug 4, 2011
Hello folks. I'm trying to figure out how to compile/build this.
https://github.com/piroor/treestyletab

There was a bug I found, and I posted a bug report, and the guy fixed it! And now I'm not smart enough to transform the fixed code into, well, the addon.
I asked for guidance on the matter (in the past, with different projects on github, I've used the readme's, and they've shown me what to do), and the dev kindly told me that he was making another release with the fixes rolled into it.

I don't know how to turn that into an addon either. And I don't want to bother him any more :p Do any of you know how this works? I already have git-scm installed. Thanks!
 
Code:
git clone https://github.com/piroor/treestyletab.git
cd treestyletab
git clone https://github.com/piroor/makexpi.git
./make.sh

substitute make.sh with make.bat if you're on windows, I presume.
 
Back