File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Program_Examples/Simbo-Enermag Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ See http://hdf-forum.184993.n3.nabble.com/HDF5-and-MinGW-td3393676.html
105
105
Example for SXTALSOFT on Windows
106
106
================================
107
107
Assure that CRYSMFL_LIB and WCRYSMFL_LIB are both set to the proper platform (64 bits or 32 bits), only 64 bits will be developed from now.
108
- cmake -G "NMake Makefiles" -D CMAKE_Fortran_COMPILER=ifort -D GUI=ON -D ARCH32=OFF -D CMAKE_INSTALL_PREFIX=C:\SXtalSoft\DistSXT\Windows ..\.
109
- cmake -G "NMake Makefiles" -D CMAKE_Fortran_COMPILER=ifort -D CMAKE_BUILD_TYPE=Debug -D GUI=ON -D ARCH32=OFF -D CMAKE_INSTALL_PREFIX=C:\SXtalSoft\DistSXT\Windows\debug ..\..\.
108
+ cmake -G "NMake Makefiles" -D CMAKE_Fortran_COMPILER=ifort -D GUI=ON -D ARCH32=OFF -D CMAKE_INSTALL_PREFIX=C:\ILL_Git\ SXtalSoft\DistSXT\Windows ..\ ..\.
109
+ cmake -G "NMake Makefiles" -D CMAKE_Fortran_COMPILER=ifort -D CMAKE_BUILD_TYPE=Debug -D GUI=ON -D ARCH32=OFF -D CMAKE_INSTALL_PREFIX=C:\ILL_Git\ SXtalSoft\DistSXT\Windows\debug ..\..\.
110
110
111
111
WARNING: When you get in troubles you have to remove completely all files and directories created by cmake in c:\CrysFML\Build\ifort_XXXX
112
112
and repeat the command(s) above.
You can’t perform that action at this time.
0 commit comments