c++ install utility code example

Example 1: install c++ library windows

The .dll can go in any directory listed in your PATH environment variable.

The .lib file can go in any directory listed in your LIB environment variable.

The .h files can go in any directory listed in your INCLUDE environment variable.

Example 2: comment installer boost c++ sur windows

goto " https://www.boost.org/users/download/ "
goto "Prebuilt windows binaries"
clickez sur la version que vous voulez
téléchargez le dernier .exe sortie
installer le

Tags:

Misc Example