vcpkg - Serbipunk/notes GitHub Wiki
from scratch
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install assimp
https://github.com/assimp/assimp/blob/master/Build.md#install-on-all-platforms-using-vcpkg
Q: is it must be compiled from minGW?