Running an Example on Microsoft Windows
To run a WinProp API example using Microsoft Windows is a four-step process.
- Use CMake to generate the Microsoft Visual Studio project using CMakeLists.txt to set up all the dependencies (linked files).
- Use Microsoft Visual Studio to compile the project into an executable.
- Set the Path environment variables to point to the required linked libraries at %FEKO_HOME%\bin.
- Run the executable and view the results.
Note: As an example, the workflow will be illustrated using the
Indoor_propagation example located
at:
%FEKO_HOME%\api\winprop\examples\Indoor_propagation.