Makefile for building Path of Building on MacOS with help of a pobfrontend fork.
Make options:
- (optional)
make tools- usesbrewto install tools / dependecies forpobfrontend. make- builds everything that isn't already built, removespobfeif it exists and creates a new onemake update- pulls git submodules and recreatespobfe. Use this to update PoB without rebuilding everything.make clean- cleans up all build filesmake nuke- cleans up build files and resets git submodules There are a few more but they should be fairly self explanatory.
- (optional)
make toolsif you need tools installed - (optional)
export QT_CONFIG_PATH=path/for/qt/pkgconfig- this may be required so QT can be found during the pobfrontend build makecd pobfe && ./pobfrontend
Important: ./pobfrontend needs to be called from pobfe folder, because it looks for lua files in current folder.