VirtualBox

Changes between Version 48 and Version 49 of Windows build instructions


Ignore:
Timestamp:
Jun 8, 2017 4:00:03 PM (7 years ago)
Author:
Frank Mehnert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Windows build instructions

    v48 v49  
    7777To manually build the cURL devel package on Windows you have to
    7878 1. Take care that the compiler binary path is part of the '''`PATH`''' environment variable, usually the `bin/` directory of the installation directory. That directory has to contain `cl.exe`, `link.exe`, `lib.exe`, `nmake.exe` etc. Take care to point to the correct architecture path (amd64 or x86).
    79  2. Set the '''`INCLUDE`''' environment variable to include the compilers `atlmfc/include/` and `include/` directory.
    80  3. Set the '''`LIB`''' environment variable to include the compilers `atlmfc/lib/` and `lib/` directories. Take care to point to the correct architecture path (amd64 or x86).
    81  4. Set the '''`LIBPATH`''' environment variable to include the compilers `atlmfc/lib/` directories. Take care to point to the correct architecture path (amd64 or x86).
     79 2. Set the '''`INCLUDE`''' environment variable to include the compilers `atlmfc/include/` (ATL/MFC) and `include/` directories.
     80 3. Set the '''`LIB`''' environment variable to include the compilers `atlmfc/lib/` (ATL/MFC) and `lib/` directories. Take care to point to the correct architecture path (amd64 or x86).
     81 4. Set the '''`LIBPATH`''' environment variable to include the compilers `atlmfc/lib/` (ATL/MFC) directory. Take care to point to the correct architecture path (amd64 or x86).
    8282 5. Set the '''`PATH`''' environment variable to include the (7.1) SDK `bin/` directory. Take care to point to the correct architecture path (amd64 or x86).
    8383 6. Set the '''`INCLUDE`''' environment variable to include the (7.1) SDK `include/` directory.

© 2023 Oracle
ContactPrivacy policyTerms of Use