Alexhuszagh / xcross

"Zero Setup" cross-compilation for C/C++. Supports numerous architectures, build systems, C standard libraries, vcpkg, and Conan.
The Unlicense
38 stars 2 forks source link

Update README for building images with package managers #3

Open ekilmer opened 2 years ago

ekilmer commented 2 years ago

I encountered errors when trying to do

python3 setup.py build_image --with-package-managers=1 --target "$image"

when the base image (built without --with-package-managers=1) is missing.

Instead of accepting this README update, maybe you want a patch in the build_image logic to build the vcpkg image when the --with-package-managers=1 is given, like what happens with build_images --with-package-managers=1.