Development Tasks / Run Eclipse
The Eclipse/Photran IDE is useful for interactive code development, debugging, and testing. Currently, the Eclipse/Photran IDE is the only IDE that is described in this documentation. It is not necessary to use Eclipse/Photran or another IDE to compile the software, but the IDE does provide an integrated interface to the code and development tasks.
This documentation contains the following sections:
Configure Environment
The development environment must be configured properly in order for Eclipse to find the compilers and other software.
Linux
This documentation will be completed when resources are available for Linux development and testing.
Windows
Assuming that the development environment is consistent with this documentation, run the script from a Windows command shell:
C:\Users\user\cdss-dev\StateCU\git-repos\cdss-app-statecu-fortran\build-util\mingw\setup-mingw-env.bat
.
Start Eclipse
Assuming that the development environment is consistent with this documentation, run the script from a Windows command shell:
C:\Users\user\cdss-dev\StateCU\git-repos\cdss-app-statecu-fortran\build-util\eclipse\run-eclipse-statecu-mingw.bat
.
After Eclipse starts, pick the StateCU workspace: C:\Users\user\cdss-dev\StateCU\eclipse-workspace
.