Makefile for building Path of Building on MacOS with help of a pobfrontend fork.
Make options:
- (optional)
make tools
- usesbrew
to install tools / dependecies forpobfrontend
. make
- builds everything that isn't already built, removespobfe
if 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 tools
if 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 make
cd pobfe && ./pobfrontend
Important: ./pobfrontend
needs to be called from pobfe
folder, because it looks for lua files in current folder.