Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 977 Bytes

INSTALL.md

File metadata and controls

44 lines (33 loc) · 977 Bytes

Windows

Conda build

The installation procedure is created with Miniconda package.

Install Miniconda

start /wait "" ..\NASTRAN\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /D=%CD%\..\Miniconda3
  • Create new nastran-95 environment
%CD%\Miniconda3\condabin\conda.bat create -n nastran-95 -y
  • Activate nastran-95 environment
%CD%\Miniconda3\condabin\conda.bat activate nastran-95
  • Install basic Linux commands
conda install m2-base -y
  • Install gfortran compiler
conda install m2w64-gcc-fortran -y
  • Install make utility
conda install m2w64-make -y
  • Build nastran executable and auxiliary utilities
mingw32-make all