pobfrontend icon indicating copy to clipboard operation
pobfrontend copied to clipboard

Add Makefile for building the project instead of building guide

Open deathbeam opened this issue 6 years ago • 1 comments

Instead of having building instructions in README, add Makefile that does everything for us. Also adds LuaCURL as submodule as it is very useful to just have it like that.

Signed-off-by: Tomas Slusny [email protected]

deathbeam avatar Dec 11 '19 02:12 deathbeam

I tried this and it worked well.

git clone --recurse-submodules --branch makefile https://github.com/deathbeam/pobfrontend.git
cd <cloned_frontend_dir>
git clone https://github.com/Openarl/PathOfBuilding.git
make
./pobfrontend

It makes building a lot easier.

marnux avatar Dec 12 '19 18:12 marnux