Lines Matching +full:user +full:- +full:config
3 Examples of `user-config.jam` for convenience of contributors and
8 Copy any of the provided user configuration files to `%HOME%\user-config.jam`
9 on Windows or `$HOME/user-config.jam` on Linux.
11 Refer to [Boost.Build User Manual](https://boostorg.github.io/build/)
16 ### `user-config-windows-vcpkg.jam`
22 C:\vcpkg --triplet x86-windows install libjpeg-turbo libpng tiff
23 C:\vcpkg --triplet x64-windows install libjpeg-turbo libpng tiff
27 corresponding to Boost.Build `address-model` variants, `32` and `64`.
31 C:\boost-root> b2.exe toolset=msvc-14.2 address-model=64 libs/gil/test/extension/io//simple
34 - libjpeg : yes
35 - zlib : yes
36 - libpng : yes
37 - libtiff : yes
40 Similarly, use `address-model=32` to request 32-bit build target.