marnux

Results 3 comments of marnux

We ran into this issue too and we worked around it. Based on this comment, we decided to take the code from the file and create our own custom version...

I tried this and it worked well. ``` git clone --recurse-submodules --branch makefile https://github.com/deathbeam/pobfrontend.git cd git clone https://github.com/Openarl/PathOfBuilding.git make ./pobfrontend ``` It makes building a lot easier.

@frankdpGH Checked out the code and you were busy adjusting a lot of changes introduced by DPG. Thanks for that work.