pinterf / AviSynthPlus

AviSynth with improvements
http://avs-plus.net
208 stars 24 forks source link

How to build the latest codebase? #20

Open vadosnaprimer opened 6 years ago

vadosnaprimer commented 6 years ago

Hi. Probably the instructions from the original post still fully apply, but it feels like it's better to get an official confirmation.

@pinterf what's your current setup for building avs+? At least the VS version is different now. I just want to contribute some code, so it's better to have everything fully compatible.

pinterf commented 6 years ago

Hi, yeah, original post is a bit outdated and I have no right to modify it (original author left the avs+ scene), nor have we a proper description in my fork. Cmake (I'm always using the fresh version), VS2017 C++ Community Edition (XP support checked during setup), currently version 15.7.2, v141_xp toolset. I'm using the integrated git provided in the setup.

vadosnaprimer commented 5 years ago

If you make the MT branch default in repo settings, putting build instructions into your branch's readme.md would be the easiest solution. Would make them instantly visible, and with no need to touch old branches.