RocketCEA Install

Lubuntu
Ans: install python
0.jpg
install pip
Ans: sudo apt install python-pip
1.jpg
install RocketCEA Ans: pip install rocketcea
(will install numpy, matplotlib, etc.)
Linux Failure
Ans: can't find gfortran.so.3 lib
3.jpg
sudo apt-get install gfortran
Set up Linux Guest Additions Ans: sudo sh ./VBoxLinuxAdditions.run
cd to VBox Guest additons area
Install gfortran 3 Ans: apt-get install libgfortran3
May need tkinter Ans: udo apt-get install python-tk
Windows 10 Install
Ans: Install python
7.jpg
python-3.7.0-amd64.exe
add python 3.7 to path
choose default of User area install
Successful python install
Ans: now install RocketCEA
8.jpg
pip install rocketcea
Successfule RocketCEA install
9.jpg
Failed RocketCEA run
Ans: ImportError: DLL load failed: The specified module could not be found.
10.jpg
mingw-w64-install.exe
11.jpg
MinGW-W64 Options
Ans: Accept Defaults
12.jpg
Install Folder
Ans: Accept Default
13.jpg
Installing Files
Ans: Several Minutes of Download
14.jpg
Finished Download
15.jpg
Finished
16.jpg
Add mingw to PATH
Ans: C:\Program Files (x86)\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0\mingw32\bin
17.jpg
Control Panel
18.jpg
Add mingw\bin
19.jpg
Open a NEW Command Prompt
maybe a static link???
GCC includes static versions of the Fortran runtime libraries, which can be linked with -static-libgfortran
2nd MinGW install
Ans: C:\mingw
22.jpg
pick x86_64 win32
Installing Files
Ans: files to c:\mingw
23.jpg
System Properties
24.jpg
Environment Variables
25.jpg
Edit PATH
26.jpg
Done Installing Files
27.jpg
Success
28.jpg