Changeset 11831


Ignore:
Timestamp:
03/30/12 16:30:14 (13 years ago)
Author:
schlegel
Message:

Added some extrea details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/windows/InstallInstructions.txt

    r11817 r11831  
    88-Make sure that when you install Matlab, you choose C:\MATLAB\R2011b as directory
    99for the installation. Failing to do so could preclude the sdk compiler from
    10 finding the Matlab header files.
     10finding the Matlab header files.  Define environment variable:
     11MATLAB_DIR="C:/MATLAB/R2011b"
    1112
    1213-Also pay attention to what version of Matlab you are using, 32 or 64 bits,
     
    102103
    103104If this does not work, do not go any further! The settings of your cl compiler are found
    104 in externalpackages/windows/configs/
    105 if there is a significant different between your sdk7.1.win7.64.sh file (see above section Compiler)
     105in externalpackages/windows/configs/
     106First, you can try updating the user-specific settings to refer to your username and then
     107trying to run cl hello.cpp again.
     108If there is still a significant different between your sdk7.1.win7.64.sh file (see above section Compiler)
    106109and the file that is being sourced in the windows/configs directory, place your new file in
    107 the configs directory. Relaunch bash, and try to run cl hello.cpp again. Beware, you might
     110the configs directory. Relaunch bash, and try to run cl hello.cpp once more. Beware, you will likely
    108111have to erase some lines in your file, as cygwin might not like some of the stuff that your
    109 Windows platform is trying to define.
     112Windows platform is trying to define. To make sure that the correct bit compiler is
     113being sourced in windows/configs (e.g. sdk7.1.win7-64.sh or sdk7.1.win7-32.sh) see
     114section "One note about 32 vs 64 bit compile" below.
    110115
    111116
Note: See TracChangeset for help on using the changeset viewer.