diff options
author | SriReddy-NOAA <Srinivas.Reddy@noaa.gov> | 2021-04-09 00:11:44 -0400 |
---|---|---|
committer | SriReddy-NOAA <Srinivas.Reddy@noaa.gov> | 2021-04-09 00:11:44 -0400 |
commit | e1fc5ad517ae4dc12c532841abe9e28b0486c954 (patch) | |
tree | f07205cb4ecd3bba207d38e951fffea37cc40533 /pc_build.txt | |
parent | 47aa45faf1c9503106c6a501d4b8c431fc2cc270 (diff) |
Version 3.2.8
Diffstat (limited to 'pc_build.txt')
-rw-r--r-- | pc_build.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pc_build.txt b/pc_build.txt new file mode 100644 index 0000000..be028e1 --- /dev/null +++ b/pc_build.txt @@ -0,0 +1,15 @@ +Make sure MYS2 is installed. By default help desk install 64-bit. Make sure help desk install 32-bit also. + +So the package you need for 32-bit is: mingw-w64-i686-toolchain + +Launch the following command +C:\MSYS2\msys2_shell.cmd + +Bruce.Tran@NGS-L-004085843 MSYS /c/tmp/htdp +$ export PATH=$PATH:/c/msys2/mingw32/bin + +Bruce.Tran@NGS-L-004085843 MSYS /c/tmp/htdp +$ gfortran -DNGS_PC_ENV -static -m32 -Wall -Wtabs *.f -o htdp + + +After htdp.exe is created copy to htdp directory and commit back into svn. |