Hi Tisham, If you're using WLS (which I recommend), I think you can simplify this a fair bit. I've got a similar setup it works ok:
On 15 November 2017 at 11:02, Tisham Dhar <[email protected]> wrote: > 3) Add scripts to git-bash path You shouldn't need this if you're running the scripts from the bash console. If you move your whole workflow into bash and do all your git work there it should work OK. > 4) Install Astyle binary into git-bash path somewhere Alternatively if you turn on the "WITH_ASTYLE" option in cmake then a recent astyle binary will automatically be built alongside QGIS and be ready to go. > 5) Install activestate perl and ppm install YAML::Tiny If you're using the WSL, you can just sudo apt-get dependencies like this. Hope that helps! If not, I'll take a look with you if we get a spare moment on Friday :) (...and if not, let's make Nathan fix it for you!) Nyall _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
