30 | | To help with compiling the programs, use the python scons routine inside the GSASII\fsource directory. If you are lucky, this routine will find the needed compiler and python program, set all options correctly for you and run all steps needed to prepare the .pyd files. This is done by (1) running {{{cmd.exe}}} to open a "DOS" window, (2) use the volume name (when needed) and the {{{cd}} command to set your working directory to {{{...\GSASII\fsource}}} and (3) simply typing "{{{scons}}}" in the window. |
| 30 | To help with compiling the programs, use the python scons routine inside the GSASII\fsource directory. If you are lucky, this routine will find the needed compiler and python program, set all options correctly for you and run all steps needed to prepare the .pyd files. This is done by |
| 31 | (1) running {{{cmd.exe}}} to open a "DOS" window, |
| 32 | |
| 33 | (2) use the volume name (when not C:) and the {{{cd}}} command to set your working directory to {{{...\GSASII\fsource}}} and |
| 34 | |
| 35 | (3) simply typing "{{{scons}}}" in the window. |